Crunch

Members

Enums

Flags
enum Flags

Functions

find
Image* find(string name)

Finds an image by name in the textures with sorted image lists

Static variables

magicNumber
string magicNumber;

Structs

Image
struct Image

Represents a source image that got packed.

Texture
struct Texture

Represents a single png containing a set of packed images.

Variables

flags
Flags flags;

Further flags passed into crunch

padding
byte padding;

Amount of padding between textures

textureSize
ushort textureSize;

What size was passed to crunch when packing

textures
Texture[] textures;

Information about all generated textures

Meta