SpatialTree_Entity

Description

abstract class Tinman.Terrain.Util.SpatialTree_Entity
<TBounds val>
<TCoords val>
<TEntity val>

Derived from

SpatialTree_Coords<TBounds, TCoords> abstract

Extended by

SpatialTree abstract

A generic tree data structure for storing spatial entities.

This abstract base class provides those members that depend on the type parameter for the spatial entity type.

Protected / Constructors

Spatial​Tree_​Entity


protected constructor SpatialTree_Entity → (2)

childCount in : int32

The tree child count.

bounds in : TBounds

The initial tree bounds.

Creates a new instance of SpatialTree_Entity.

Protected / Attributes

entity


protected attribute entity → (TEntity [ ])

The spatial entity slots.