Function: createAnimationEcsSystem()
createAnimationEcsSystem(
time):EcsSystem<[AnimationEcsComponent]>
Defined in: animations/systems/animation-system.ts:75
Creates a new ECS-style animation system.
Parameters
time
The Time instance.
Returns
EcsSystem<[AnimationEcsComponent]>
An ECS system that updates animations.