zxy201047 在使用laya2.0 物理引擎的时候,调用了applyForceToCenter这个方法,但是报not a function的错误,经检查,是源码laya.physics.js中,第2165行,方法名错误源码 this._body.applyForceToCenter(force);应改成 this._body.ApplyForceToCenter(force);