C# Class Entitas.CodeGenerator.CodeGenFile

Show file Open project: sschmid/Entitas-CSharp Class Usage Examples

Public Properties

Property Type Description
fileContent string
fileName string
generatorName string

Public Methods

Method Description
CodeGenFile ( string fileName, string fileContent, string generatorName )

Method Details

CodeGenFile() public method

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

Property Details

fileContent public property

public string fileContent
return string

fileName public property

public string fileName
return string

generatorName public property

public string generatorName
return string