PhysicsJS - 如何通过标签(或其他值)查找主体



应该如何正确使用findOne方法?(http://wellcaffeinated.net/PhysicsJS/docs/#Physics-world-prototype-findOne)

此代码返回错误:未捕获的类型错误:无法读取未定义的属性"标签"

var theBall = world.findOne([{ label: ball }];

我认为它不需要数组而是对象:world.findOne({ label: ball });

相关内容

  • 没有找到相关文章

最新更新