SAPProxy class

A proxy for sweep and prune broad-phase.

Inheritance

Constructors

SAPProxy.new(SAPBroadPhase sap, Shape shape)
A proxy for sweep and prune broad-phase.

Properties

aabb AABB
The axis-aligned bounding box.
getter/setter pairinherited
belongsTo int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
max List<SAPElement>
getter/setter pair
min List<SAPElement>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sap SAPBroadPhase
getter/setter pair
shape Shape
The parent shape.
getter/setter pairinherited

Methods

isDynamic() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update() → void
Update the proxy. Must be inherited by a child.
override

Operators

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