Trait script::dom::bindings::codegen::Bindings::XRPoseBinding::XRPose_Binding::XRPoseMethods
source · pub trait XRPoseMethods {
// Required methods
fn Transform(&self) -> Root<Dom<XRRigidTransform>>;
fn GetLinearVelocity(&self) -> Option<Root<Dom<DOMPointReadOnly>>>;
fn GetAngularVelocity(&self) -> Option<Root<Dom<DOMPointReadOnly>>>;
fn EmulatedPosition(&self) -> bool;
}