C# Класс TexturePacker.Node

A node in the Atlas structure
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Bounds System.Drawing.Rectangle
SplitType SplitType
Texture TextureInfo

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

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

Bounds of this node in the atlas
public Rectangle,System.Drawing Bounds
Результат System.Drawing.Rectangle

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

If this is an empty node, indicates how to split it when it will be used
public SplitType SplitType
Результат SplitType

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

Texture this node represents
public TextureInfo,TexturePacker Texture
Результат TextureInfo