mirror of
https://github.com/Reuh/ubiquitousse.git
synced 2025-10-27 17:19:31 +00:00
Update and rebuild docs
This commit is contained in:
parent
21679dde5c
commit
7ad5c2d641
19 changed files with 3026 additions and 949 deletions
|
|
@ -42,6 +42,7 @@
|
|||
<li><strong>ubiquitousse</strong></li>
|
||||
<li><a href="../modules/asset.html">asset</a></li>
|
||||
<li><a href="../modules/ecs.html">ecs</a></li>
|
||||
<li><a href="../modules/input.html">input</a></li>
|
||||
<li><a href="../modules/ldtk.html">ldtk</a></li>
|
||||
<li><a href="../modules/scene.html">scene</a></li>
|
||||
<li><a href="../modules/signal.html">signal</a></li>
|
||||
|
|
@ -141,6 +142,10 @@ the repository to save you a few seconds.</p>
|
|||
<td class="summary">LDtk level import, if available.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#gltf">gltf</a></td>
|
||||
<td class="summary">glTF model import, if available.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="#scene">scene</a></td>
|
||||
<td class="summary">Scene management, if available.</td>
|
||||
</tr>
|
||||
|
|
@ -233,7 +238,7 @@ the repository to save you a few seconds.</p>
|
|||
</dt>
|
||||
<dd>
|
||||
Input management, if available.
|
||||
TODO: not currently generated with LDoc.
|
||||
TODO: documentation not currently generated with LDoc.
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
|
|
@ -245,7 +250,7 @@ the repository to save you a few seconds.</p>
|
|||
|
||||
<h3>See also:</h3>
|
||||
<ul>
|
||||
<a href="../modules/ubiquitousse.html#input">input</a>
|
||||
<a href="../modules/input.html#">input</a>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
@ -271,6 +276,29 @@ the repository to save you a few seconds.</p>
|
|||
</ul>
|
||||
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "gltf"></a>
|
||||
<strong>gltf</strong>
|
||||
</dt>
|
||||
<dd>
|
||||
glTF model import, if available.
|
||||
TODO: documentation not currently generated with LDoc.
|
||||
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
<h3>See also:</h3>
|
||||
<ul>
|
||||
<a href="../modules/ubiquitousse.html#gltf">gltf</a>
|
||||
</ul>
|
||||
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a name = "scene"></a>
|
||||
|
|
@ -367,7 +395,7 @@ the repository to save you a few seconds.</p>
|
|||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.6</a></i>
|
||||
<i style="float:right;">Last updated 2021-12-27 17:22:39 </i>
|
||||
<i style="float:right;">Last updated 2022-09-16 20:07:07 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue