Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TweenGroup

Hierarchy

  • TweenGroup

Index

Constructors

constructor

Methods

add

getAll

remove

removeAll

  • removeAll(): void

update

  • update(time?: number, preserve?: boolean): boolean
  • We’ve already talked about this method. It is used to update all the active tweens. If time is not specified, it will use the current time.

    Parameters

    • Optional time: number
    • Optional preserve: boolean

    Returns boolean

    true if update

Generated using TypeDoc