Small World Engine API Reference - v0.76.20
    Preparing search index...

    Class OctreeNode

    A node in the octree.

    Index
    bounds: BoundingBox

    The bounds of this node.

    children: OctreeNode[] = []

    The children of this node.

    objects: Collidable[] = []

    The objects stored in this node.