SpatialTreeBase Description abstract class Tinman.Terrain.Util.SpatialTreeBase → <TBounds val> Extended by SpatialTree abstract A generic tree data structure for storing spatial entities. Protected / Methods TreeNodeChild protected abstract method TreeNodeChild → (2) node in : SpatialTreeNode<TBounds> The tree node. child in : int32 The child index. returns → SpatialTreeNode<TBounds> The child node. Returns the child of the given tree node. SpatialTree SpatialTreeNode