BasicProxy class

A basic implementation of proxies.

Inheritance

Constructors

BasicProxy(Shape shape)
A basic implementation of proxies.

Properties

aabb ↔ AABB
The axis-aligned bounding box.
getter/setter pairinherited
hashCode → int
The hash code for this object.
no setterinherited
id ↔ int
id of the proxy
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shape ↔ Shape
The parent shape.
getter/setter pairinherited

Methods

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