Function: createCameraEcsSystem()
createCameraEcsSystem(
time):EcsSystem<[CameraEcsComponent,PositionEcsComponent]>
Defined in: rendering/systems/camera-system.ts:11
Creates a camera system that updates camera zoom and position based on input.
Parameters
time
The time instance
Returns
EcsSystem<[CameraEcsComponent, PositionEcsComponent]>
The camera ECS system