Trait XrHandsWidgetRefExt

Source
pub trait XrHandsWidgetRefExt {
    // Required methods
    fn xr_hands(&self, path: &[LiveId]) -> XrHandsRef;
    fn as_xr_hands(&self) -> XrHandsRef;
}

Required Methods§

Source

fn xr_hands(&self, path: &[LiveId]) -> XrHandsRef

Source

fn as_xr_hands(&self) -> XrHandsRef

Implementors§