Entitas  0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Entitas.Serialization.Configuration.CodeGeneratorConfig Class Reference

Public Member Functions

 CodeGeneratorConfig (EntitasPreferencesConfig config, string[] codeGenerators)
 
override string ToString ()
 

Public Attributes

const string GENERATED_FOLDER_PATH_KEY = "Entitas.CodeGenerator.GeneratedFolderPath"
 
const string POOLS_KEY = "Entitas.CodeGenerator.Pools"
 
const string ENABLED_CODE_GENERATORS_KEY = "Entitas.CodeGenerator.EnabledCodeGenerators"
 

Properties

string generatedFolderPath [get, set]
 
string [] pools [get, set]
 
string [] enabledCodeGenerators [get, set]
 

Detailed Description

Definition at line 6 of file CodeGeneratorConfig.cs.


The documentation for this class was generated from the following file: