Entitas  0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
IComponentCodeGenerator.cs
1 namespace Entitas.CodeGenerator {
2 
4 
5  CodeGenFile[] Generate(ComponentInfo[] componentInfos);
6  }
7 }