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
Показать файл Открыть проект

Открытые методы

Метод Описание
Compile ( ) : void

Приватные методы

Метод Описание
CreateStringsData ( string className, StringsFileV1 stringsFile ) : StringsContent
WriteCsOutput ( TextWriter writer, StringsContent stringsData ) : void

Описание методов

Compile() публичный Метод

public Compile ( ) : void
Результат void