Function: createAgeScaleEcsSystem()
createAgeScaleEcsSystem():
EcsSystem<[LifetimeEcsComponent,ScaleEcsComponent,AgeScaleEcsComponent]>
Defined in: common/systems/age-scale-system.ts:16
Creates an ECS system to handle age-based scaling of entities.
Returns
EcsSystem<[LifetimeEcsComponent, ScaleEcsComponent, AgeScaleEcsComponent]>
An ECS system that updates the scale of entities based on their lifetime.