C# Class XnaBuildContent.Compilers.SvgAndPinboardToXnbCompiler

.svg and .pinboard to .xnb converter. Generates a .xnb containing the SVG image(s) scaled to the size of a given rectangle in the Pinboard file. The resulting image may contain multiple rows of images. Properties: Rectangle - the rectangle name in the pinboard to use for scaling each SVG image Rows - number of rows in the resulting image
Inheritance: IContentCompiler
显示文件 Open project: jlyonsmith/XnaBuildContent

Public Methods

Method Description
Compile ( ) : void

Method Details

Compile() public method

public Compile ( ) : void
return void