Update Design Doc: `level` tool

master
Ashley N. 2023-09-09 15:22:33 +00:00
parent 2091712d29
commit 114bbd7846
1 changed files with 2 additions and 3 deletions

@ -116,11 +116,10 @@ For (Object Table Size):
```
#### Component Attribute Table
Holds the list of active component attributes for each entity. Is a tagged union where the tag is the entity Type defined in the respective Object Table index, which you can get by dividing an index into this table by Component Attribute Union Size.
Holds the list of active component attributes for each object.
```
2 bytes: Component Attribute Union Size
* This is the size in bytes of the largest type
* i.e. the one requiring the most bytes for its component attributes
* Size is the most bytes required by any particular Type to store component attributes
* Remember each Component Attribute is 2 bytes.
For (Object Table Size):
(Component Attribute Union Size) bytes: Component attribute settings