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