mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-07 22:57:49 -04:00
Deploying to gh-pages from @ Keyslam-Group/Concord@a80077276d 🚀
This commit is contained in:
parent
a09aa91a13
commit
2a34adcf0f
12 changed files with 523 additions and 125 deletions
14
index.html
14
index.html
|
@ -40,8 +40,8 @@
|
|||
<ul class="nowrap">
|
||||
<li><a href="classes/Component.html">Component</a></li>
|
||||
<li><a href="classes/Entity.html">Entity</a></li>
|
||||
<li><a href="classes/Filter.html">Filter</a></li>
|
||||
<li><a href="classes/List.html">List</a></li>
|
||||
<li><a href="classes/Pool.html">Pool</a></li>
|
||||
<li><a href="classes/System.html">System</a></li>
|
||||
<li><a href="classes/World.html">World</a></li>
|
||||
</ul>
|
||||
|
@ -85,13 +85,13 @@
|
|||
<td class="summary">An object that exists in a world.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/List.html">List</a></td>
|
||||
<td class="summary">Data structure that allows for fast removal at the cost of containing order.</td>
|
||||
<td class="name" nowrap><a href="classes/Filter.html">Filter</a></td>
|
||||
<td class="summary">Used to filter Entities with specific Components
|
||||
A Filter has an associated Pool that can contain any amount of Entities.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/Pool.html">Pool</a></td>
|
||||
<td class="summary">Used to iterate over Entities with a specific Components
|
||||
A Pool contain a any amount of Entities.</td>
|
||||
<td class="name" nowrap><a href="classes/List.html">List</a></td>
|
||||
<td class="summary">Data structure that allows for fast removal at the cost of containing order.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="name" nowrap><a href="classes/System.html">System</a></td>
|
||||
|
@ -107,7 +107,7 @@
|
|||
</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 2022-10-17 19:53:58 </i>
|
||||
<i style="float:right;">Last updated 2023-02-15 01:21:04 </i>
|
||||
</div> <!-- id="about" -->
|
||||
</div> <!-- id="container" -->
|
||||
</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue