C# Class Entitas.CodeGenerator.CodeGenFile

Afficher le fichier Open project: sschmid/Entitas-CSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
fileContent string
fileName string
generatorName string

Méthodes publiques

Méthode Description
CodeGenFile ( string fileName, string fileContent, string generatorName )

Method Details

CodeGenFile() public méthode

public CodeGenFile ( string fileName, string fileContent, string generatorName )
fileName string
fileContent string
generatorName string

Property Details

fileContent public_oe property

public string fileContent
Résultat string

fileName public_oe property

public string fileName
Résultat string

generatorName public_oe property

public string generatorName
Résultat string