XrHandsSetWidgetExt

Trait XrHandsSetWidgetExt 

Source
pub trait XrHandsSetWidgetExt {
    // Required method
    fn xr_hands_set(&mut self, paths: &[&[LiveId]]) -> XrHandsSet;
}

Required Methods§

Source

fn xr_hands_set(&mut self, paths: &[&[LiveId]]) -> XrHandsSet

Implementors§

Source§

impl<T> XrHandsSetWidgetExt for T
where T: Widget,