Explorar o código

AmmoJS - Create Custom Impostor Fix

Typedoc Fixes
Mackey Kinard %!s(int64=5) %!d(string=hai) anos
pai
achega
d08bc11bb5
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;