QuadTreeNode<T extends Hitbox<T>> class

Constructors

QuadTreeNode()

Properties

children → List<QuadTreeNode<Hitbox>?>
final
hashCode → int
The hash code for this object.
no setterinherited
hitboxes ↔ List<T>
getter/setter pair
id ↔ int
getter/setter pair
parent ↔ QuadTreeNode<Hitbox>?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
valuesRecursive → List<T>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override

Operators

operator ==(Object other) → bool
The equality operator.
inherited