XRJointPose class

The interface is an XRPose with additional information about the size of the skeleton joint it represents.

XRPose

XRJointPose

Implemented types
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

XRJointPose()
factory

Properties

angularVelocity DOMPointReadOnly?

Available on XRPose, provided by the PropsXRPose extension

no setter
emulatedPosition bool

Available on XRPose, provided by the PropsXRPose extension

no setter
hashCode int
The hash code for this object.
no setterinherited
linearVelocity DOMPointReadOnly?

Available on XRPose, provided by the PropsXRPose extension

no setter
radius double

Available on XRJointPose, provided by the PropsXRJointPose extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transform XRRigidTransform

Available on XRPose, provided by the PropsXRPose extension

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.
inherited

Operators

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