C# Class XnaBuildContent.Compilers.StringsToXnbAndCsCompiler

Strings to .xnb and .cs file compiler. Supports the following properties: Namespace - the namespace for the class. Must be specified. ClassName - the name of the class. Optional; defaults to the file name plus 'Strings'.
Inheritance: IContentCompiler
ファイルを表示 Open project: jlyonsmith/XnaBuildContent

Public Methods

Method Description
Compile ( ) : void

Private Methods

Method Description
CreateStringsData ( string className, StringsFileV1 stringsFile ) : StringsContent
WriteCsOutput ( TextWriter writer, StringsContent stringsData ) : void

Method Details

Compile() public method

public Compile ( ) : void
return void