C# Class Files.IFF.Iff

Interchange File Format (IFF) is a chunk-based file format for binary resource data intended to promote a common model for store and use by an executable.
Inheritance: IDisposable
Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetPalette ( ushort ID ) : PALT

Get a specific palette from this IFF.

GetSTR ( ushort ID ) : STR
Iff ( Stream Data ) : System
Iff ( Stream Data, Microsoft.Xna.Framework.Graphics.GraphicsDevice Device ) : System

Méthodes protégées

Méthode Description
Dispose ( bool CleanUpManagedResources ) : void

Private Methods

Méthode Description
Init ( Stream Data ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool CleanUpManagedResources ) : void
CleanUpManagedResources bool
Résultat void

GetPalette() public méthode

Get a specific palette from this IFF.
public GetPalette ( ushort ID ) : PALT
ID ushort ID of the palette to get.
Résultat PALT

GetSTR() public méthode

public GetSTR ( ushort ID ) : STR
ID ushort
Résultat STR

Iff() public méthode

public Iff ( Stream Data ) : System
Data Stream
Résultat System

Iff() public méthode

public Iff ( Stream Data, Microsoft.Xna.Framework.Graphics.GraphicsDevice Device ) : System
Data Stream
Device Microsoft.Xna.Framework.Graphics.GraphicsDevice
Résultat System