File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 2024-11-13 v4.0.2
2
+ - 补齐 ` RaycastHit ` ([ #337 ] ( https://github.com/wechat-miniprogram/api-typings/issues/337 ) )
3
+
1
4
## 2024-09-24 v4.0.1
2
5
- 更新 API 定义到 3.5.7
3
6
Original file line number Diff line number Diff line change @@ -265,11 +265,6 @@ declare module 'XrFrame' {
265
265
registerUniformDesc: typeof xrFrameSystem.registerUniformDesc
266
266
registerVertexDataDesc: typeof xrFrameSystem.registerVertexDataDesc
267
267
registerVertexLayout: typeof xrFrameSystem.registerVertexLayout
268
- // EDracoDataType: typeof xrFrameSystem.// EDracoDataType;
269
- // EDracoDecodeType: typeof xrFrameSystem.// EDracoDecodeType;
270
- // EDracoErrorCode: typeof xrFrameSystem.// EDracoErrorCode;
271
- // EDracoGeometryType: typeof xrFrameSystem.// EDracoGeometryType;
272
- // DracoDecoded: typeof xrFrameSystem.// DracoDecoded;
273
268
registerAssetLoader: typeof xrFrameSystem.registerAssetLoader
274
269
Component: typeof xrFrameSystem.Component
275
270
Element: typeof xrFrameSystem.Element
@@ -296,6 +291,7 @@ declare module 'XrFrame' {
296
291
BoundBall: typeof xrFrameSystem.BoundBall
297
292
BoundBox: typeof xrFrameSystem.BoundBox
298
293
Spherical: typeof xrFrameSystem.Spherical
294
+ RaycastHit: typeof xrFrameSystem.RaycastHit
299
295
Transform: typeof xrFrameSystem.Transform
300
296
AssetLoad: typeof xrFrameSystem.AssetLoad
301
297
Assets: typeof xrFrameSystem.Assets
You can’t perform that action at this time.
0 commit comments