C# Класс TexturePacker.Atlas

The texture atlas
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Height int
Nodes List
Width int

Описание свойств

Height публичное свойство

Height in Pixel
public int Height
Результат int

Nodes публичное свойство

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
Результат List

Width публичное свойство

Width in pixels
public int Width
Результат int