Add XRFrame::getHitTestResults()

This commit is contained in:
Manish Goregaokar 2020-04-10 20:14:50 -07:00
parent 87bce8cde9
commit f1d6a89150
3 changed files with 17 additions and 1 deletions

View file

@ -37,6 +37,10 @@ impl XRHitTestSource {
global,
)
}
pub fn id(&self) -> HitTestId {
self.id
}
}
impl XRHitTestSourceMethods for XRHitTestSource {