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.
我应该如何设置一个回调,当 Nape 空间中没有运动时,当每个身体“进入睡眠”时触发?我找不到任何合适的解决方案,但我想这是物理引擎的必备品。谢谢你。
您可以检查space.liveBodies.length滴答声(无论您在哪里打电话space.step())。
space.liveBodies.length
space.step()
当它到达时0,所有的身体都在睡觉。
0