Function: createRenderEcsSystem()
createRenderEcsSystem(
renderContext):EcsSystem<[CameraEcsComponent,PositionEcsComponent],void>
Defined in: rendering/systems/render-system.ts:87
Creates a render system that batches and renders sprites based on the camera view.
Parameters
renderContext
The rendering context
Returns
EcsSystem<[CameraEcsComponent, PositionEcsComponent], void>
The render ECS system