script::dom::bindings::codegen::GenericBindings::XRHandBinding::XRHand_Binding

Trait XRHandMethods

Source
pub(crate) trait XRHandMethods<D: DomTypes> {
    // Required methods
    fn Size(&self) -> u32;
    fn Get(&self, key: XRHandJoint) -> DomRoot<D::XRJointSpace>;
}

Required Methods§

Source

fn Size(&self) -> u32

Source

fn Get(&self, key: XRHandJoint) -> DomRoot<D::XRJointSpace>

Implementors§