Browse Source

missing def

Raanan Weber 4 năm trước cách đây
mục cha
commit
ec949aff93
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/LibDeclarations/webxr.d.ts

+ 3 - 0
src/LibDeclarations/webxr.d.ts

@@ -315,6 +315,9 @@ interface XRJointPose extends XRPose {
     radius: number | undefined;
 }
 
+// to be extended
+type XRHandJoint = string;
+
 interface XRHand extends Iterable<XRJointSpace> {
     readonly size: number;