BoundsSpec class

An axis-aligned bounding box in a resource's local space.

Constructors

BoundsSpec({required Vector3 min, required Vector3 max})
Creates bounds spanning min to max.

Properties

hashCode int
The hash code for this object.
no setterinherited
max Vector3
The maximum corner.
final
min Vector3
The minimum corner.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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