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

@ -10,5 +10,5 @@ interface XRFrame {
[Throws] XRViewerPose? getViewerPose(XRReferenceSpace referenceSpace);
[Throws] XRPose? getPose(XRSpace space, XRSpace relativeTo);
// XRInputPose? getInputPose(XRInputSource inputSource, optional XRReferenceSpace referenceSpace);
sequence<XRHitTestResult> getHitTestResults(XRHitTestSource hitTestSource);
};