C# (CSharp) Box2D.Collision.Shapes PolygonShape - 12 examples found. These are the top rated real world C# (CSharp) examples of Box2D.Collision.Shapes.PolygonShape extracted from open source projects. You can rate examples to help us improve the quality of examples.
A convex polygon shape. Polygons have a maximum number of vertices equal to _maxPolygonVertices. In most cases you should not need many vertices for a convex polygon.