소스 검색

AmmoJS - Create Custom Impostor Fix

Typedoc Fixes
Mackey Kinard 5 년 전
부모
커밋
d08bc11bb5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/Physics/Plugins/ammoJSPlugin.ts

+ 2 - 1
src/Physics/Plugins/ammoJSPlugin.ts

@@ -145,7 +145,8 @@ export class AmmoJSPlugin implements IPhysicsEnginePlugin {
 
     /**
      * The create custom shape handler function to be called when using BABYLON.PhysicsImposter.CustomImpostor
-     * @returns the current timestep in seconds
+     * @param impostor to create the custom shape for
+     * @returns the custom physics impostor shape
      */
     public onCreateCustomShape: (impostor: PhysicsImpostor) => any;