Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
TexturePacker
Node
C# Class TexturePacker.Node
A node in the Atlas structure
显示文件
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