Class TweenManager

This class is responsible for managing and controlling running tweens.

Constructors

Methods

  • Internal

    Type Parameters

    • T

    Parameters

    Returns void

  • Internal

    Type Parameters

    • T

    Parameters

    Returns void

  • Complete all running tweens.

    Returns void

  • Complete all running tweens with a specific tag.

    Parameters

    • tag: string

      The tag to filter running tweens.

    Returns void

  • Internal

    Type Parameters

    • T

    Parameters

    Returns void

  • Stop all running tweens.

    Returns void

  • Stop all running tweens with a specific tag.

    Parameters

    • tag: string

      The tag to filter running tweens.

    Returns void

  • Stop the running tween with a specific id.

    Parameters

    • id: string

      Tween identifier.

    Returns void

  • Internal

    Parameters

    • delta: number

    Returns void