pub trait XRReferenceSpaceEventMethods {
    // Required methods
    fn ReferenceSpace(&self) -> Root<Dom<XRReferenceSpace>>;
    fn GetTransform(&self) -> Option<Root<Dom<XRRigidTransform>>>;
    fn IsTrusted(&self) -> bool;
}

Required Methods§

Implementors§