Photon Unity Networking 2
2.52
Represents the tree accessible from its root node. More...
Public Member Functions | |
| CellTree () | |
| Default constructor. More... | |
| CellTree (CellTreeNode root) | |
| Constructor to define the root node. More... | |
Properties | |
| CellTreeNode | RootNode [get] |
| Represents the root node of the cell tree. More... | |
Represents the tree accessible from its root node.
| CellTree | ( | ) |
Default constructor.
| CellTree | ( | CellTreeNode | root | ) |
Constructor to define the root node.
| root | The root node of the tree. |
|
get |
Represents the root node of the cell tree.