Class AnimationSystem

Hierarchy (view full)

Constructors

Properties

components: AnimationComponent[] = []

Accessors

Methods

  • The internal status update to use when implementing system. Prefer overridding this method when having to change the update logic

    Parameters

    • deltaTime: number

      the elapesd time since last update

    Returns void