Class Group

Controlling groups of tweens

Using the TWEEN singleton to manage your tweens can cause issues in large apps with many components. In these cases, you may want to create your own smaller groups of tween

Hierarchy

  • Group

Constructors

Properties

_tweens: { [key: string]: Tween<UnknownProps> } = {}

Type declaration

  • [key: string]: Tween<UnknownProps>
_tweensAddedDuringUpdate: { [key: string]: Tween<UnknownProps> } = {}

Type declaration

  • [key: string]: Tween<UnknownProps>

Methods

  • Parameters

    • time: number = ...
    • preserve: boolean = false

    Returns boolean

Generated using TypeDoc