浏览代码

Update ammoJSPlugin.ts

Mackey Kinard 5 年之前
父节点
当前提交
e4623a0c81
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/Physics/Plugins/ammoJSPlugin.ts

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

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