ubi resource
ubi resource file structure
| Name |
Type |
Description |
| magic |
FileMagic |
Magic signature. |
| version |
uint32 |
Global version. Individual resource types can have different binary contents depending on this version. |
| resource |
UbiResource |
|
UbiResource structure
| Name |
Type |
Description |
| type |
UbiResourceType |
|
| data |
... |
Data according to type. |
UbiResourceType string
An UbiResourceType identifies the type of ubi resource that follows immediately after it.
This string value table might not be complete!
UbiSubResource structure
A UbiSubResource can be either a reference to an external ubi resource file, or contain an embedded UbiResource.
ValidatedUbiSubResource structure