Когда я пытаюсь запустить примеры машин, я получаю эту проблему:
The method createBoxBody(PhysicsWorld, IShape, BodyDef.BodyType, FixtureDef) from the type PhysicsFactory refers to the missing type IShape
В этой строке:
PhysicsFactory.createBoxBody(this.mPhysicsWorld, ground, BodyType.StaticBody, wallFixtureDef);
и эта ошибка:
The method registerUpdateHandler(IUpdateHandler) in the type Entity is not applicable for the arguments (PhysicsWorld)
На этой строке:
this.mScene.registerUpdateHandler(this.mPhysicsWorld);
Спасибо