C# 클래스 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'.
상속: IContentCompiler
파일 보기 프로젝트 열기: jlyonsmith/XnaBuildContent

공개 메소드들

메소드 설명
Compile ( ) : void

비공개 메소드들

메소드 설명
CreateStringsData ( string className, StringsFileV1 stringsFile ) : StringsContent
WriteCsOutput ( TextWriter writer, StringsContent stringsData ) : void

메소드 상세

Compile() 공개 메소드

public Compile ( ) : void
리턴 void