Files
LCE_Format_Documentation/Formats/Material.md
2023-04-27 20:14:12 -04:00

17 lines
543 B
Markdown

| Name | Size (per element) | Description |
| :-:|:-:|:-:|
| version | (int32)0x4 | indicates format version
| Material Count | (int32)0x4 | Number of materials declared within the file
| [Materials](./Material.md#material) | variable | materials within the file
## material
| Name | Size (per element) | Description |
| :-:|:-:|:-:|
| name | (string)variable | material name
| type | (string)variable | material type
(repeat per Material Count)
**Each 'string' is an Int16 to indicate length, followed by an ASCII encoded string.