FarseerPhysics.Collision.Shapes.PolygonShape.PolygonShape C# (CSharp) 메소드

PolygonShape() 개인적인 메소드

private PolygonShape ( ) : System.Diagnostics
리턴 System.Diagnostics
		internal PolygonShape() : base( 0 )
		{
			shapeType = ShapeType.Polygon;
			_radius = Settings.polygonRadius;
			_vertices = new Vertices( Settings.maxPolygonVertices );
			_normals = new Vertices( Settings.maxPolygonVertices );
		}

Same methods

PolygonShape::PolygonShape ( Vertices vertices, float density ) : System.Diagnostics
PolygonShape::PolygonShape ( float density ) : System.Diagnostics