Skip to main content

BaseComponentSystemLibrary

Summary

Abstract base class for component-system (ECS) libraries.

Signature

Remarks

Extend this class (or the higher-level AbstractECSLibrary) to implement a custom ECS back-end and register it with NanoforgeApplication.useComponentSystem. The built-in implementations are ECSClientLibrary and ECSServerLibrary.