瀏覽代碼

Update babylon.physicsJoint.ts

Documenting the added callback
Raanan Weber 7 年之前
父節點
當前提交
650ee28b61
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/Physics/babylon.physicsJoint.ts

+ 2 - 1
src/Physics/babylon.physicsJoint.ts

@@ -189,6 +189,7 @@ module BABYLON {
         length: number;
         stiffness: number;
         damping: number;
+        /* this callback will be called when applying the force to the impostors. */
         forceApplicationCallback: () => void;
     }
-}
+}