Browse Source

Update babylon.physicsJoint.ts

Documenting the added callback
Raanan Weber 7 years ago
parent
commit
650ee28b61
1 changed files with 2 additions and 1 deletions
  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;
     }
-}
+}