Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 567 Bytes

CodeGenerators.md

File metadata and controls

12 lines (9 loc) · 567 Bytes

Code Generators

Any of code generators works when Project Directory selected.

To run all code generators at once, select your Project Directory and choose ME.ECS/Generators/Compile All...

Struct Components

To be able to use struct components in jobs, you need some sort of magic to register all your struct components while project initialization.

Stack Array

If you want to support different sizes of StackArray, you can run StackArray compiler to re-generate them.