Click or drag to resize

OctreeTDestroy Method

Destroys a tree, making it available for being recycled. Do not use the tree again after calling this.

Namespace:  Archon.SwissArmyLib.Partitioning
Assembly:  Archon.SwissArmyLib (in Archon.SwissArmyLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void Destroy(
	Octree<T> tree
)
Request Example View Source

Parameters

tree
Type: Archon.SwissArmyLib.PartitioningOctreeT
The tree to destroy.
See Also