Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TweenSystem

Hierarchy

  • System
    • TweenSystem

Implements

Index

Properties

Protected _executeInEditMode

_executeInEditMode: boolean = false

Protected _id

_id: string = ""

Protected _priority

_priority: number = 0

Private actionMgr

actionMgr: ActionManager = new ActionManager()

Static ID

ID: "tween" = "tween"

Static instance

instance: TweenSystem

Accessors

ActionManager

  • get ActionManager(): ActionManager

id

  • get id(): string
  • set id(id: string): void

priority

  • get priority(): number
  • set priority(value: number): void

Methods

init

  • init(): void

postUpdate

  • postUpdate(dt: number): void

update

  • update(dt: number): void

Static sortByPriority

  • sortByPriority(a: System, b: System): 1 | 0 | -1

Generated using TypeDoc