Snapshots banner format, content, localized text, and physical placement without embedding rendered pixels. More...
Properties | |
| long | Offset [get] |
| Records the first native banner byte in the image. | |
| long | Length [get] |
| Records the exact version-defined native structure length. | |
| ushort | Version [get] |
Records static revision one through three or animated DSi revision 0x0103. | |
| bool | IsAnimated [get] |
| Records whether native tiles, palettes, and a playback sequence extend the static icon. | |
| IReadOnlyDictionary< string, string > | Titles = new Dictionary<string, string>() [get] |
| Copies every supported localized title under a stable language-name key. | |
| string | Sha256 = string.Empty [get] |
| Hashes the complete native banner, including reserved and unused sequence bytes. | |
Snapshots banner format, content, localized text, and physical placement without embedding rendered pixels.
Definition at line 4 of file NdsManifestOptionalModels.cs.
|
get |
Records whether native tiles, palettes, and a playback sequence extend the static icon.
Definition at line 13 of file NdsManifestOptionalModels.cs.
|
get |
Records the exact version-defined native structure length.
Definition at line 9 of file NdsManifestOptionalModels.cs.
|
get |
Records the first native banner byte in the image.
Definition at line 7 of file NdsManifestOptionalModels.cs.
|
get |
Hashes the complete native banner, including reserved and unused sequence bytes.
Definition at line 17 of file NdsManifestOptionalModels.cs.
|
get |
Copies every supported localized title under a stable language-name key.
Definition at line 15 of file NdsManifestOptionalModels.cs.
|
get |
Records static revision one through three or animated DSi revision 0x0103.
Definition at line 11 of file NdsManifestOptionalModels.cs.