enum TreeTextureAtlasLayout::NodeState
State a node in the tree can be in.
Values
| Name | Value | Description |
|---|---|---|
Container |
0 |
Contains child nodes. |
Allocated |
1 |
Leaf node that contains data. |
Free |
2 |
Leaf node that is free. |
Unused |
3 |
Node not part of the tree. |