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.
我正在尝试开发一个需要找到多边形当前顶点的游戏。当我尝试使用此方法获取顶点时:
fixture.GetShape().GetVertices()
我得到原始顶点而不是当前顶点。有什么解决方法吗?