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