API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceQuadtreeItem
@codexo/exojs / math / stable
An item stored in a Quadtree. Carries an axis-aligned bounding box and an arbitrary `payload`.
2
props
0
methods
0
events
Import
import { QuadtreeItem } from '@codexo/exojs'An item stored in a Quadtree. Carries an axis-aligned bounding box and an arbitrary `payload`.
Properties2
payload: TSource