Header menu logo Nu

Quadtree.Quadtree<'e> Type

A spatial structure that organizes elements on a 2d plane.

Record fields

Record Field Description

Bounds

Full Usage: Bounds

Field type: Box2
Field type: Box2

Depth

Full Usage: Depth

Field type: int
Field type: int

LeafSize

Full Usage: LeafSize

Field type: Vector2
Field type: Vector2

Leaves

Full Usage: Leaves

Field type: Dictionary<Vector2, Quadnode<'e>>
Field type: Dictionary<Vector2, Quadnode<'e>>

Node

Full Usage: Node

Field type: Quadnode<'e>
Field type: Quadnode<'e>

Ubiquitous

Full Usage: Ubiquitous

Field type: HashSet<Quadelement<'e>>
Field type: HashSet<Quadelement<'e>>

UbiquitousFallback

Full Usage: UbiquitousFallback

Field type: HashSet<Quadelement<'e>>
Field type: HashSet<Quadelement<'e>>

UbiquitousInPlayOnly

Full Usage: UbiquitousInPlayOnly

Field type: HashSet<Quadelement<'e>>
Field type: HashSet<Quadelement<'e>>

Type something to start searching.