Function: createParticlePositionEcsSystem()
createParticlePositionEcsSystem(
time):EcsSystem<[PositionEcsComponent,RotationEcsComponent,SpeedEcsComponent,ParticleEcsComponent]>
Defined in: particles/systems/particle-position-system.ts:18
Creates an ECS system to handle updating particle positions.
Parameters
time
The time instance used to determine how far to move and rotate particles each frame.
Returns
EcsSystem<[PositionEcsComponent, RotationEcsComponent, SpeedEcsComponent, ParticleEcsComponent]>