C# Class Files.IFF.IFFChunk

Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Свойство Type Description
ID ushort
Size uint
Type IFFChunkTypes

Protected Properties

Свойство Type Description
m_Data byte[]
m_Device Microsoft.Xna.Framework.Graphics.GraphicsDevice
m_Parent Iff

Méthodes publiques

Méthode Description
IFFChunk ( FileReader Reader, Microsoft.Xna.Framework.Graphics.GraphicsDevice Device, Iff Parent ) : System
IFFChunk ( FileReader Reader, Iff Parent ) : System
IFFChunk ( IFFChunk BaseChunk ) : System

Private Methods

Méthode Description
ReadHeader ( FileReader Reader ) : void

Method Details

IFFChunk() public méthode

public IFFChunk ( FileReader Reader, Microsoft.Xna.Framework.Graphics.GraphicsDevice Device, Iff Parent ) : System
Reader FileReader
Device Microsoft.Xna.Framework.Graphics.GraphicsDevice
Parent Iff
Résultat System

IFFChunk() public méthode

public IFFChunk ( FileReader Reader, Iff Parent ) : System
Reader FileReader
Parent Iff
Résultat System

IFFChunk() public méthode

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

Property Details

ID public_oe property

public ushort ID
Résultat ushort

Size public_oe property

public uint Size
Résultat uint

Type public_oe property

public IFFChunkTypes Type
Résultat IFFChunkTypes

m_Data protected_oe property

protected byte[] m_Data
Résultat byte[]

m_Device protected_oe property

protected GraphicsDevice,Microsoft.Xna.Framework.Graphics m_Device
Résultat Microsoft.Xna.Framework.Graphics.GraphicsDevice

m_Parent protected_oe property

protected Iff,Files.IFF m_Parent
Résultat Iff