Photon Unity Networking 2 2.45

Public Member Functions | Properties | List of all members
CellTree Class Reference

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...
 

Detailed Description

Represents the tree accessible from its root node.

Constructor & Destructor Documentation

◆ CellTree() [1/2]

CellTree ( )

Default constructor.

◆ CellTree() [2/2]

Constructor to define the root node.

Parameters
rootThe root node of the tree.

Property Documentation

◆ RootNode

CellTreeNode RootNode
get

Represents the root node of the cell tree.