|
@@ -187,7 +187,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line124">line 124</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line131">line 131</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -273,7 +273,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Indicates if its possible to drag the object around.
If true the onPointerDrag callback is used to update the state of the object.
|
|
|
|
|
|
+ Indicates if its possible to drag the object around.
|
|
|
|
+
|
|
|
|
+If true the onPointerDrag callback is used to update the state of the object.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -311,7 +313,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line90">line 90</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line97">line 97</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -335,7 +337,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Global transformation matrix multiplied by the parent matrix.
Used to transform the object before projecting into screen coordinates.
|
|
|
|
|
|
+ Global transformation matrix multiplied by the parent matrix.
|
|
|
|
+
|
|
|
|
+Used to transform the object before projecting into screen coordinates.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -435,7 +439,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line102">line 102</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line109">line 109</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -459,7 +463,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Inverse of the global matrix.
Used to convert pointer input points into object coordinates.
|
|
|
|
|
|
+ Inverse of the global matrix.
|
|
|
|
+
|
|
|
|
+Used to convert pointer input points into object coordinates.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -521,7 +527,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Layer of this object, objects are sorted by layer value.
Lower layer value is draw first.
|
|
|
|
|
|
+ Layer of this object, objects are sorted by layer value.
|
|
|
|
+
|
|
|
|
+Lower layer value is draw first.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -577,6 +585,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+<h4 class="name" id="masks"><span class="type-signature"></span>masks<span class="type-signature"></span></h4>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+<div class="description">
|
|
|
|
+ Masks being applied to this object.
|
|
|
|
+
|
|
|
|
+Multiple masks can be used simultaneously.
|
|
|
|
+</div>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+<dl class="details">
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <dt class="tag-source">Source:</dt>
|
|
|
|
+ <dd class="tag-source"><ul class="dummy"><li>
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line85">line 85</a>
|
|
|
|
+ </li></ul></dd>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+</dl>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
<h4 class="name" id="matrix"><span class="type-signature"></span>matrix<span class="type-signature"></span></h4>
|
|
<h4 class="name" id="matrix"><span class="type-signature"></span>matrix<span class="type-signature"></span></h4>
|
|
|
|
|
|
|
|
|
|
@@ -683,7 +755,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line83">line 83</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line90">line 90</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -745,7 +817,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line272">line 272</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line279">line 279</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -769,7 +841,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Callback method called while the pointer button is pressed.
Receives (pointer, viewport) as arguments.
|
|
|
|
|
|
+ Callback method called while the pointer button is pressed.
|
|
|
|
+
|
|
|
|
+Receives (pointer, viewport) as arguments.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -807,7 +881,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line267">line 267</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line274">line 274</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -869,7 +943,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line277">line 277</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line284">line 284</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -893,7 +967,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Callback method called when the pointer enters the object.
Receives (pointer, viewport) as arguments.
|
|
|
|
|
|
+ Callback method called when the pointer enters the object.
|
|
|
|
+
|
|
|
|
+Receives (pointer, viewport) as arguments.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -931,7 +1007,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line236">line 236</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line243">line 243</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -955,7 +1031,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Callback method called when the was inside of the object and leaves the object.
Receives (pointer, viewport) as arguments.
|
|
|
|
|
|
+ Callback method called when the was inside of the object and leaves the object.
|
|
|
|
+
|
|
|
|
+Receives (pointer, viewport) as arguments.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -993,7 +1071,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line243">line 243</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line250">line 250</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -1017,7 +1095,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Callback method while the pointer is over (inside) of the object.
Receives (pointer, viewport) as arguments.
|
|
|
|
|
|
+ Callback method while the pointer is over (inside) of the object.
|
|
|
|
+
|
|
|
|
+Receives (pointer, viewport) as arguments.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -1055,7 +1135,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line250">line 250</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line257">line 257</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -1079,7 +1159,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Callback method called every time before the object is draw into the canvas.
Can be used to run preparation code, move the object, etc.
|
|
|
|
|
|
+ Callback method called every time before the object is draw into the canvas.
|
|
|
|
+
|
|
|
|
+Can be used to run preparation code, move the object, etc.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -1117,7 +1199,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line229">line 229</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line236">line 236</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -1265,7 +1347,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Indicates if this object uses pointer events.
Can be set false to skip the pointer interaction events.
|
|
|
|
|
|
+ Indicates if this object uses pointer events.
|
|
|
|
+
|
|
|
|
+Can be set false to skip the pointer interaction events.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -1303,7 +1387,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line97">line 97</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line104">line 104</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -1327,7 +1411,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Flag indicating if the pointer is inside of the element.
Used to control object event.
|
|
|
|
|
|
+ Flag indicating if the pointer is inside of the element.
|
|
|
|
+
|
|
|
|
+Used to control object event.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -1365,7 +1451,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line119">line 119</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line126">line 126</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -1489,7 +1575,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line112">line 112</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line119">line 119</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -1613,7 +1699,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line107">line 107</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line114">line 114</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -1923,7 +2009,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line149">line 149</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line156">line 156</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -1967,7 +2053,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Draw the object into the canvas.
Has to be implemented by underlying classes.
|
|
|
|
|
|
+ Draw the object into the canvas.
|
|
|
|
+
|
|
|
|
+Has to be implemented by underlying classes.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -2106,7 +2194,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line222">line 222</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line229">line 229</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -2194,7 +2282,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line173">line 173</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line180">line 180</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -2238,7 +2326,9 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Callback method while the object is being dragged across the screen.
Receives (pointer, viewport, delta) as arguments. Delta is the movement of the pointer already translated into local object coordinates.
|
|
|
|
|
|
+ Callback method while the object is being dragged across the screen.
|
|
|
|
+
|
|
|
|
+Receives (pointer, viewport, delta) as arguments. Delta is the movement of the pointer already translated into local object coordinates.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -2282,7 +2372,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line257">line 257</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line264">line 264</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -2414,7 +2504,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line160">line 160</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line167">line 167</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -2458,7 +2548,11 @@
|
|
|
|
|
|
|
|
|
|
<div class="description">
|
|
<div class="description">
|
|
- Apply the transform to the rendering context.
It is assumed that the viewport transform is pre-applied to the context.
Can also be used for pre rendering logic.
|
|
|
|
|
|
+ Apply the transform to the rendering context.
|
|
|
|
+
|
|
|
|
+It is assumed that the viewport transform is pre-applied to the context.
|
|
|
|
+
|
|
|
|
+Can also be used for pre rendering logic.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -2574,7 +2668,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line208">line 208</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line215">line 215</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -2706,7 +2800,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line132">line 132</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line139">line 139</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -2794,7 +2888,7 @@
|
|
|
|
|
|
<dt class="tag-source">Source:</dt>
|
|
<dt class="tag-source">Source:</dt>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
<dd class="tag-source"><ul class="dummy"><li>
|
|
- <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line181">line 181</a>
|
|
|
|
|
|
+ <a href="Object2D.js.html">Object2D.js</a>, <a href="Object2D.js.html#line188">line 188</a>
|
|
</li></ul></dd>
|
|
</li></ul></dd>
|
|
|
|
|
|
|
|
|
|
@@ -2840,13 +2934,13 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<nav>
|
|
<nav>
|
|
- <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Box.html">Box</a></li><li><a href="Box2.html">Box2</a></li><li><a href="BoxStencil.html">BoxStencil</a></li><li><a href="Circle.html">Circle</a></li><li><a href="DOM.html">DOM</a></li><li><a href="EventManager.html">EventManager</a></li><li><a href="Helpers.html">Helpers</a></li><li><a href="Image.html">Image</a></li><li><a href="Key.html">Key</a></li><li><a href="Line.html">Line</a></li><li><a href="Matrix.html">Matrix</a></li><li><a href="Object2D.html">Object2D</a></li><li><a href="Pattern.html">Pattern</a></li><li><a href="Pointer.html">Pointer</a></li><li><a href="Renderer.html">Renderer</a></li><li><a href="Stencil.html">Stencil</a></li><li><a href="Text.html">Text</a></li><li><a href="UUID.html">UUID</a></li><li><a href="Vector2.html">Vector2</a></li><li><a href="Viewport.html">Viewport</a></li></ul>
|
|
|
|
|
|
+ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Box.html">Box</a></li><li><a href="Box2.html">Box2</a></li><li><a href="BoxMask.html">BoxMask</a></li><li><a href="Circle.html">Circle</a></li><li><a href="DOM.html">DOM</a></li><li><a href="EventManager.html">EventManager</a></li><li><a href="Helpers.html">Helpers</a></li><li><a href="Image.html">Image</a></li><li><a href="Key.html">Key</a></li><li><a href="Line.html">Line</a></li><li><a href="Mask.html">Mask</a></li><li><a href="Matrix.html">Matrix</a></li><li><a href="Object2D.html">Object2D</a></li><li><a href="Pattern.html">Pattern</a></li><li><a href="Pointer.html">Pointer</a></li><li><a href="Renderer.html">Renderer</a></li><li><a href="Text.html">Text</a></li><li><a href="UUID.html">UUID</a></li><li><a href="Vector2.html">Vector2</a></li><li><a href="Viewport.html">Viewport</a></li></ul>
|
|
</nav>
|
|
</nav>
|
|
|
|
|
|
<br class="clear">
|
|
<br class="clear">
|
|
|
|
|
|
<footer>
|
|
<footer>
|
|
- Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Thu Jun 06 2019 15:37:27 GMT+0100 (Western European Summer Time)
|
|
|
|
|
|
+ Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.2</a> on Thu Jun 06 2019 19:35:50 GMT+0100 (Western European Summer Time)
|
|
</footer>
|
|
</footer>
|
|
|
|
|
|
<script> prettyPrint(); </script>
|
|
<script> prettyPrint(); </script>
|