mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2026-07-22 07:56:52 -06:00
Update doc to 1.1-7.
This commit is contained in:
+22
-2
@@ -132,6 +132,10 @@
|
|||||||
<td class="summary">Shortcut for removing multiple Entities and Systems from the World.</td>
|
<td class="summary">Shortcut for removing multiple Entities and Systems from the World.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
<td class="name" nowrap><a href="#tiny.refresh">tiny.refresh (world)</a></td>
|
||||||
|
<td class="summary">Manages Entities and Systems marked for deletion or addition.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
<td class="name" nowrap><a href="#tiny.update">tiny.update (world, dt, filter)</a></td>
|
<td class="name" nowrap><a href="#tiny.update">tiny.update (world, dt, filter)</a></td>
|
||||||
<td class="summary">Updates the World by dt (delta time).</td>
|
<td class="summary">Updates the World by dt (delta time).</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -538,7 +542,23 @@ end
|
|||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Shortcut for removing multiple Entities and Systems from the World. Returns
|
Shortcut for removing multiple Entities and Systems from the World. Returns
|
||||||
all rmeove Systems and Entities
|
all removed Systems and Entities
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</dd>
|
||||||
|
<dt>
|
||||||
|
<a name = "tiny.refresh"></a>
|
||||||
|
<strong>tiny.refresh (world)</strong>
|
||||||
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Manages Entities and Systems marked for deletion or addition. Call this
|
||||||
|
before modifying Systems and Entities outside of a call to <a href="index.html#tiny.update">tiny.update</a>.
|
||||||
|
Do not call this within a call to <a href="index.html#tiny.update">tiny.update</a>.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -658,7 +678,7 @@ end
|
|||||||
</div> <!-- id="main" -->
|
</div> <!-- id="main" -->
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
|
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
|
||||||
<i style="float:right;">Last updated 2015-07-07 20:41:42 </i>
|
<i style="float:right;">Last updated 2015-08-05 21:02:28 </i>
|
||||||
</div> <!-- id="about" -->
|
</div> <!-- id="about" -->
|
||||||
</div> <!-- id="container" -->
|
</div> <!-- id="container" -->
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user