C# Class TexturePacker.Atlas

The texture atlas
Show file Open project: mfascia/TexturePacker Class Usage Examples

Public Properties

Property Type Description
Height int
Nodes List
Width int

Property Details

Height public property

Height in Pixel
public int Height
return int

Nodes public property

List of the nodes in the Atlas. This will represent all the textures that are packed into it and all the remaining free space
public List Nodes
return List

Width public property

Width in pixels
public int Width
return int