Update Design Doc: `level` tool
parent
2091712d29
commit
114bbd7846
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue