C# Class Files.IFF.IFFChunk

Exibir arquivo Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
ID ushort
Size uint
Type IFFChunkTypes

Protected Properties

Property Type Description
m_Data byte[]
m_Device Microsoft.Xna.Framework.Graphics.GraphicsDevice
m_Parent Iff

Public Methods

Method 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

Method Description
ReadHeader ( FileReader Reader ) : void

Method Details

IFFChunk() public method

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

IFFChunk() public method

public IFFChunk ( FileReader Reader, Iff Parent ) : System
Reader FileReader
Parent Iff
return System

IFFChunk() public method

public IFFChunk ( IFFChunk BaseChunk ) : System
BaseChunk IFFChunk
return System

Property Details

ID public_oe property

public ushort ID
return ushort

Size public_oe property

public uint Size
return uint

Type public_oe property

public IFFChunkTypes Type
return IFFChunkTypes

m_Data protected_oe property

protected byte[] m_Data
return byte[]

m_Device protected_oe property

protected GraphicsDevice,Microsoft.Xna.Framework.Graphics m_Device
return Microsoft.Xna.Framework.Graphics.GraphicsDevice

m_Parent protected_oe property

protected Iff,Files.IFF m_Parent
return Iff