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.
我目前正在用 box2dweb 编写一个小游戏,为此我需要一些指导:我正在投掷一个盒子或球,当被投掷的物体不再移动时,我必须击中一个特定的地方并触发一个事件,”睡着了”可以这么说。
什么是正确的方法/最佳实践?
你可以检查它的速度,看看它是否还在移动。只需在身体上调用 GetVelocity()。我相信它会返回一个 b2vec。