API Docs for:
Show:

AnimationSystem Class

Defined in: animation\System.js:1

System responsible for updating animations. Requires Animation and Sprite components to be present on an entity.

Constructor

AnimationSystem

(
  • entitySystemManager
)

Parameters:

  • entitySystemManager Manager

    The entity system manager whose entities this system will be working on.

Item Index

Methods

Methods

destroy

()

update

(
  • deltaTime
)

Updates all animations.

Parameters:

  • deltaTime Number