nw::lyt::res::MaterialList Structurestruct MaterialList
{
ut::BinaryBlockHeader blockHeader;
ut::ResU16 materialNum;
ut::ResU8 padding[2];
};
Material information list.
Define the material list accessed by a pane ahead of the pane.
res::DATABLOCKKIND_MATERIALLIST is specified for kind in blockHeader.
The following data structure follows this structure.
・ ut::ResU32 materialOffsetTable[materialNum]
・ Material material0
・ …
materialOffsetTable gives the offset to each instance of material information (from the start of the data block).
| blockHeader | ut::BinaryBlockHeader | Header. | |
|---|---|---|---|
| materialNum | ut::ResU16 | The number of materials. | |
| padding | ut::ResU8 | (Not used.) |
CONFIDENTIAL