mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2026-07-21 23:56:50 -06:00
Update ProcessingSystem docs again. *sigh*
This commit is contained in:
+2
-2
@@ -372,7 +372,7 @@ end
|
||||
vanilla Systems.</p>
|
||||
|
||||
<pre><code> function system:preProcess(dt) -- Called before iteration.
|
||||
function system:process(entities, dt) -- Process each entity.
|
||||
function system:process(entity, dt) -- Process each entity.
|
||||
function system:postProcess(dt) -- Called after iteration.
|
||||
</code></pre>
|
||||
|
||||
@@ -678,7 +678,7 @@ end
|
||||
</div> <!-- id="main" -->
|
||||
<div id="about">
|
||||
<i>generated by <a href="http://github.com/stevedonovan/LDoc">LDoc 1.4.3</a></i>
|
||||
<i style="float:right;">Last updated 2015-08-27 13:26:26 </i>
|
||||
<i style="float:right;">Last updated 2015-08-27 13:33:09 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user