Box2DX.Collision.PolygonDef.PolygonDef C# (CSharp) 메소드

PolygonDef() 공개 메소드

public PolygonDef ( ) : System
리턴 System
		public PolygonDef()
		{
			Type = ShapeType.PolygonShape;
			VertexCount = 0;
		}