C# Class TexturePacker.Atlas

The texture atlas
Afficher le fichier Open project: mfascia/TexturePacker Class Usage Examples

Méthodes publiques

Свойство Type Description
Height int
Nodes List
Width int

Property Details

Height public_oe property

Height in Pixel
public int Height
Résultat int

Nodes public_oe 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
Résultat List

Width public_oe property

Width in pixels
public int Width
Résultat int