IComponentSystemLibrary
Summary
Interface for component-system (ECS) libraries.Signature
Remarks
Implemented byBaseComponentSystemLibrary and the higher-level AbstractECSLibrary, with concrete subclasses ECSClientLibrary and ECSServerLibrary. Access an instance via ctx.libraries.getComponentSystem().library.