C# Class Files.IFF.SPR2

This chunk type holds a number of paletted sprites that may have z-buffer and/or alpha channels.
Inheritance: IFFChunk
Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Свойство Type Description
Version uint

Méthodes publiques

Méthode Description
SPR2 ( IFFChunk BaseChunk ) : System
this ( int Key ) : SPR2Frame

Gets a specific sprite.

Private Methods

Méthode Description
GetSprite ( int ID, PALT Palette ) : SPR2Frame

Method Details

SPR2() public méthode

public SPR2 ( IFFChunk BaseChunk ) : System
BaseChunk IFFChunk
Résultat System

this() public méthode

Gets a specific sprite.
public this ( int Key ) : SPR2Frame
Key int The ID of the sprite to get.
Résultat SPR2Frame

Property Details

Version public_oe property

public uint Version
Résultat uint