Skip to content

Commit

Permalink
Snapshot build
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Sep 19, 2018
1 parent 8c17f44 commit 43f0d47
Show file tree
Hide file tree
Showing 82 changed files with 1,829 additions and 5,836 deletions.
376 changes: 167 additions & 209 deletions build/xeogl.js

Large diffs are not rendered by default.

376 changes: 167 additions & 209 deletions build/xeogl.module.js

Large diffs are not rendered by default.

92 changes: 18 additions & 74 deletions docs/classes/AABBGeometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -693,13 +693,6 @@ <h3>Properties</h3>



</li>

<li class="index-item property inherited">
<a href="#property_superTypes">superTypes</a>



</li>

<li class="index-item property">
Expand Down Expand Up @@ -796,7 +789,7 @@ <h3 class="name"><code>create</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l919"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:919</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l896"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:896</code></a>

</p>

Expand Down Expand Up @@ -894,7 +887,7 @@ <h3 class="name"><code>destroy</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l1028"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:1028</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l1005"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:1005</code></a>

</p>

Expand Down Expand Up @@ -963,7 +956,7 @@ <h3 class="name"><code>error</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l606"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:606</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l583"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:583</code></a>

</p>

Expand Down Expand Up @@ -1067,7 +1060,7 @@ <h3 class="name"><code>fire</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l430"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:430</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l407"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:407</code></a>

</p>

Expand Down Expand Up @@ -1195,7 +1188,7 @@ <h3 class="name"><code>hasSubs</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l557"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:557</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l534"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:534</code></a>

</p>

Expand Down Expand Up @@ -1302,7 +1295,7 @@ <h3 class="name"><code>isType</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l394"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:394</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l371"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:371</code></a>

</p>

Expand All @@ -1316,7 +1309,7 @@ <h3 class="name"><code>isType</code></h3>
<p><p>Tests if this component is of the given type, or is a subclass of the given type.</p></p>
<p><p>The type may be given as either a string or a component constructor.</p></p>
<p><p>This method works by walking up the inheritance type chain, which this component provides in
property <a href="../classes/Component.html#property_superTypes" class="crosslink">superTypes</a>, returning true as soon as one of the type strings in
property Component/superTypes:property, returning true as soon as one of the type strings in
the chain matches the given type, of false if none match.</p></p>
<p><h4 id="examples-">Examples:</h4></p>
<pre class="code prettyprint"><code class="lang-javascript">var myRotate = new xeogl.Rotate({ ... });
Expand Down Expand Up @@ -1418,7 +1411,7 @@ <h3 class="name"><code>log</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l568"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:568</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l545"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:545</code></a>

</p>

Expand Down Expand Up @@ -1510,7 +1503,7 @@ <h3 class="name"><code>off</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l511"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:511</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l488"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:488</code></a>

</p>

Expand Down Expand Up @@ -1616,7 +1609,7 @@ <h3 class="name"><code>on</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l469"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:469</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l446"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:446</code></a>

</p>

Expand Down Expand Up @@ -1765,7 +1758,7 @@ <h3 class="name"><code>once</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l536"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:536</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l513"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:513</code></a>

</p>

Expand Down Expand Up @@ -1889,7 +1882,7 @@ <h3 class="name"><code>warn</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l589"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:589</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l566"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:566</code></a>

</p>

Expand Down Expand Up @@ -1969,7 +1962,7 @@ <h3 class="name"><code>destroyed</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l318"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:318</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l316"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:316</code></a>

</p>

Expand Down Expand Up @@ -2013,7 +2006,7 @@ <h3 class="name"><code>id</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l309"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:309</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l307"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:307</code></a>

</p>

Expand Down Expand Up @@ -2055,7 +2048,7 @@ <h3 class="name"><code>metadata</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l301"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:301</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l299"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:299</code></a>

</p>

Expand Down Expand Up @@ -2099,7 +2092,7 @@ <h3 class="name"><code>model</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l381"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:381</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l358"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:358</code></a>

</p>

Expand Down Expand Up @@ -2144,7 +2137,7 @@ <h3 class="name"><code>scene</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l252"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:252</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l250"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:250</code></a>

</p>

Expand All @@ -2163,55 +2156,6 @@ <h3 class="name"><code>scene</code></h3>



</div>


<div id="property_superTypes" class="property item inherited">
<h3 class="name"><code>superTypes</code></h3>
<span class="type">Array of String</span>






<span class="flag final">final</span>




<div class="meta">


<p>Inherited from
<a href="../classes/Component.html#property_superTypes">Component</a>:



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l352"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:352</code></a>

</p>




</div>

<div class="description">
<p>An array of strings that indicates the chain of super-types within this component&#39;s inheritance hierarchy.</p>
<p>For example, if this component is a Rotate, which
extends Transform, which in turn extends <a href="../classes/Component.html" class="crosslink">Component</a>,
then this property will have the value:</p>
<pre class="code prettyprint"><code class="lang-json">[&quot;xeogl.Component&quot;, &quot;xeogl.Transform&quot;]</code></pre>
<p>Note that the chain is ordered downwards in the hierarchy, ie. from super-class down towards sub-class.</p>

</div>






</div>


Expand Down Expand Up @@ -2387,7 +2331,7 @@ <h3 class="name"><code>destroyed</code></h3>



<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l1096"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:1096</code></a>
<a href="../files/_home_lindsay_xeolabs_xeogl-next_xeogl_src_component.js.html#l1073"><code>&#x2F;home&#x2F;lindsay&#x2F;xeolabs&#x2F;xeogl-next&#x2F;xeogl&#x2F;src&#x2F;component.js:1073</code></a>

</p>

Expand Down
Loading

0 comments on commit 43f0d47

Please sign in to comment.