C# Class TexturePacker.Node

A node in the Atlas structure
Mostrar archivo Open project: mfascia/TexturePacker Class Usage Examples

Public Properties

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

Property Details

Bounds public_oe property

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

SplitType public_oe property

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

Texture public_oe property

Texture this node represents
public TextureInfo,TexturePacker Texture
return TextureInfo