Skip to main content

IComponentSystemLibrary

Summary

Interface for component-system (ECS) libraries.

Signature

Remarks

Implemented by BaseComponentSystemLibrary and the higher-level AbstractECSLibrary, with concrete subclasses ECSClientLibrary and ECSServerLibrary. Access an instance via ctx.libraries.getComponentSystem().library.