C# (CSharp) FarseerPhysics.Collision.Shapes ChainShape - 22 примеров найдено. Это лучшие примеры C# (CSharp) кода для FarseerPhysics.Collision.Shapes.ChainShape, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
A chain shape is a free form sequence of line segments. The chain has two-sided collision, so you can use inside and outside collision. Therefore, you may use any winding order. Connectivity information is used to create smooth collisions. WARNING: The chain will not collide properly if there are self-intersections.