SpatialContext class

Constructors

SpatialContext({TransformFactors transformFactors = const DefaultTransformFactors()})

Properties

hashCode int
The hash code for this object.
no setterinherited
onUpdate ↔ (void Function()?)
getter/setter pair
parentState ↔ _SpatialState?
getter/setter pair
positionOffset Offset3D
getter/setter pair
rotationOffset Offset3D
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transformFactors TransformFactors
final

Methods

move({double? x, double? y, double? z}) → void
moveTo({double? x, double? y, double? z}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotate({double? x, double? y, double? z}) → void
rotateTo({double? x, double? y, double? z}) → void
toString() String
A string representation of this object.
override

Operators

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