- Calls
Console.WriteLine(">> Hello world system") - Calls
Console.WriteLinefor eachHelloWorldsetting value
Run mono ./pathToExe/GenEntitas.exe --SettingsPath=./HelloWorld.settings to see it in action
- Dll name matches pattern
GenEntitas.*.dll - Dll is located in the same folder as
GenEntitas.exe - System has attribute
[Export(typeof(ISystem))] - System has
Guidattribute with unique guid - System has parameterless constructor, so it can be created during import
- To run system add it to
SystemGuidsin settings. See HelloWorld.settings