BaseComponentSystemLibrary
Summary
Abstract base class for component-system (ECS) libraries.Signature
Remarks
Extend this class (or the higher-levelAbstractECSLibrary) to implement a custom ECS back-end and register it with NanoforgeApplication.useComponentSystem. The built-in implementations are ECSClientLibrary and ECSServerLibrary.