소스 검색

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;
     }
-}
+}