pub trait XRHandMethods {
    // Required methods
    fn Size(&self) -> u32;
    fn Get(&self, key: XRHandJoint) -> Root<Dom<XRJointSpace>>;
}

Required Methods§

source

fn Size(&self) -> u32

source

fn Get(&self, key: XRHandJoint) -> Root<Dom<XRJointSpace>>

Implementors§