Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TweenSystem

creator tween 行为 cc.T() .to .to // 不会变成 union .repeat(1, cc.T()) // 传入后会进行 union 操作 .repeat(1); // 操作的是传入的一个大 union

cc.T() .to .to .repeat(1, cc.T()) .to .uion .repeat(1);

Hierarchy

  • System
    • TweenSystem

Implements

Index

Properties

Protected _executeInEditMode

_executeInEditMode: boolean = false

Protected _id

_id: string = ""

Protected _priority

_priority: number = 0

Static ID

ID: string = "tween"

Accessors

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 | -1 | 0

Generated using TypeDoc