C# Class TexturePacker.Node

A node in the Atlas structure
Show file Open project: mfascia/TexturePacker Class Usage Examples

Public Properties

Property Type Description
Bounds System.Drawing.Rectangle
SplitType SplitType
Texture TextureInfo

Property Details

Bounds public property

Bounds of this node in the atlas
public Rectangle,System.Drawing Bounds
return System.Drawing.Rectangle

SplitType public property

If this is an empty node, indicates how to split it when it will be used
public SplitType SplitType
return SplitType

Texture public property

Texture this node represents
public TextureInfo,TexturePacker Texture
return TextureInfo