Add XRHitTestResult::getPose

This commit is contained in:
Manish Goregaokar 2020-04-10 14:45:10 -07:00
parent c7b91523d0
commit 87bce8cde9
4 changed files with 31 additions and 9 deletions

View file

@ -6,5 +6,5 @@
[SecureContext, Exposed=Window]
interface XRHitTestResult {
// XRPose? getPose(XRSpace baseSpace);
};
XRPose? getPose(XRSpace baseSpace);
};