NdsForge.NET 1.0.1
Read, validate, edit, compare, and build Nintendo DS and DSi images from .NET
Loading...
Searching...
No Matches
NdsForge.NdsManifestBanner Class Referencesealed

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.

Detailed Description

Snapshots banner format, content, localized text, and physical placement without embedding rendered pixels.

Definition at line 4 of file NdsManifestOptionalModels.cs.

Property Documentation

◆ IsAnimated

bool NdsForge.NdsManifestBanner.IsAnimated
get

Records whether native tiles, palettes, and a playback sequence extend the static icon.

Definition at line 13 of file NdsManifestOptionalModels.cs.

◆ Length

long NdsForge.NdsManifestBanner.Length
get

Records the exact version-defined native structure length.

Definition at line 9 of file NdsManifestOptionalModels.cs.

◆ Offset

long NdsForge.NdsManifestBanner.Offset
get

Records the first native banner byte in the image.

Definition at line 7 of file NdsManifestOptionalModels.cs.

◆ Sha256

string NdsForge.NdsManifestBanner.Sha256 = string.Empty
get

Hashes the complete native banner, including reserved and unused sequence bytes.

Definition at line 17 of file NdsManifestOptionalModels.cs.

◆ Titles

IReadOnlyDictionary<string, string> NdsForge.NdsManifestBanner.Titles = new Dictionary<string, string>()
get

Copies every supported localized title under a stable language-name key.

Definition at line 15 of file NdsManifestOptionalModels.cs.

◆ Version

ushort NdsForge.NdsManifestBanner.Version
get

Records static revision one through three or animated DSi revision 0x0103.

Definition at line 11 of file NdsManifestOptionalModels.cs.


The documentation for this class was generated from the following file: