浏览代码

Missing files for nightly

David Catuhe 5 年之前
父节点
当前提交
5930bcc143

+ 4 - 0
dist/preview release/viewer/babylon.module.d.ts

@@ -72891,10 +72891,12 @@ declare module "babylonjs/XR/features/WebXRControllerPhysics" {
          * Get the physics impostor of a specific controller.
          * Get the physics impostor of a specific controller.
          * The impostor is not attached to a mesh because a mesh for each controller is not obligatory
          * The impostor is not attached to a mesh because a mesh for each controller is not obligatory
          * @param controller the controller or the controller id of which to get the impostor
          * @param controller the controller or the controller id of which to get the impostor
+         * @returns the impostor or null
          */
          */
         getImpostorForController(controller: WebXRInputSource | string): Nullable<PhysicsImpostor>;
         getImpostorForController(controller: WebXRInputSource | string): Nullable<PhysicsImpostor>;
         /**
         /**
          * Get the headset impostor, if enabled
          * Get the headset impostor, if enabled
+         * @returns the impostor
          */
          */
         getHeadsetImpostor(): PhysicsImpostor | undefined;
         getHeadsetImpostor(): PhysicsImpostor | undefined;
         /**
         /**
@@ -142420,10 +142422,12 @@ declare module BABYLON {
          * Get the physics impostor of a specific controller.
          * Get the physics impostor of a specific controller.
          * The impostor is not attached to a mesh because a mesh for each controller is not obligatory
          * The impostor is not attached to a mesh because a mesh for each controller is not obligatory
          * @param controller the controller or the controller id of which to get the impostor
          * @param controller the controller or the controller id of which to get the impostor
+         * @returns the impostor or null
          */
          */
         getImpostorForController(controller: WebXRInputSource | string): Nullable<PhysicsImpostor>;
         getImpostorForController(controller: WebXRInputSource | string): Nullable<PhysicsImpostor>;
         /**
         /**
          * Get the headset impostor, if enabled
          * Get the headset impostor, if enabled
+         * @returns the impostor
          */
          */
         getHeadsetImpostor(): PhysicsImpostor | undefined;
         getHeadsetImpostor(): PhysicsImpostor | undefined;
         /**
         /**

文件差异内容过多而无法显示
+ 3 - 3
dist/preview release/viewer/babylon.viewer.js


文件差异内容过多而无法显示
+ 1 - 1
dist/preview release/viewer/babylon.viewer.max.js