Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 box2d 并想在屏幕上添加一些按钮。我认为最简单的方法是使用 scene2d 作为按钮。是否可以将这两者结合起来,如果它是怎么做的?我是 box2d 的新手,我看过的所有教程都没有任何例子。
当然,box2d不取决于您的场景表示。只需scene2d正常渲染,同时继续调用world.step每次迭代。
box2d
scene2d
world.step