Свойство | Type | Description | |
---|---|---|---|
childIndex | uint | ||
childMask | uint | ||
visualData |
Méthode | Description | |
---|---|---|
BFSInnerNode ( uint childMask, uint childIndex, |
Creates a new BFSInnerNode.
|
|
export ( BinaryWriter writer ) : void |
Writes the contents of this BFSInnerNode to a binary stream using the provided BinaryWriter. Output-format:
|
public BFSInnerNode ( uint childMask, uint childIndex, |
||
childMask | uint | child-mask |
childIndex | uint | child-pointer |
visualData | visual data |
public export ( BinaryWriter writer ) : void | ||
writer | BinaryWriter | The BinaryWriter used to write to the stream. |
Résultat | void |