C# Class Files.IFF.DGRP

This chunk type collects SPR# and SPR2 resources into a "drawing group" which can be used to display one tile of an object from all directions and zoom levels. Objects which span across multiple tiles have a separate DGRP chunk for each tile. A DGRP chunk always consists of 12 images (one for every direction/zoom level combination), which in turn contain info about one or more sprites.
Inheritance: IFFChunk
Exibir arquivo Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
ImageCount uint
Images List

Public Methods

Method Description
DGRP ( IFFChunk BaseChunk ) : System.Collections.Generic

Method Details

DGRP() public method

public DGRP ( IFFChunk BaseChunk ) : System.Collections.Generic
BaseChunk IFFChunk
return System.Collections.Generic

Property Details

ImageCount public_oe property

public uint ImageCount
return uint

Images public_oe property

public List Images
return List