Cocos Creator
手册文档
API 参考
Cocos Creator 3D
手册文档
API 参考
Cocos2d-x
手册文档
API 参考
AnySDK
Version: 1.1
Version: 1.0
Version: 1.2
Search
Preparing search index...
The search index is not available
Creator3dAPI
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
tween
TweenSystem
Class TweenSystem
缓动系统。
Hierarchy
System
TweenSystem
Implements
ISchedulable
Index
Properties
_execute
InEdit
Mode
_id
_priority
action
Mgr
ID
instance
Accessors
Action
Manager
id
priority
Methods
init
post
Update
update
sort
ByPriority
Properties
Protected
_execute
InEdit
Mode
_execute
InEdit
Mode
:
boolean
= false
Protected
_id
_id
:
string
= ""
Protected
_priority
_priority
:
number
= 0
Private
action
Mgr
action
Mgr
:
ActionManager
= new ActionManager()
Static
ID
ID
:
"TWEEN"
= "TWEEN"
此系统的 ID 标记。
Static
instance
instance
:
TweenSystem
获取缓动系统的实例。
Accessors
Action
Manager
get
ActionManager
(
)
:
ActionManager
获取动作管理器。
Returns
ActionManager
id
get
id
(
)
:
string
set
id
(
id
:
string
)
:
void
Returns
string
Parameters
id:
string
Returns
void
priority
get
priority
(
)
:
number
set
priority
(
value
:
number
)
:
void
Returns
number
Parameters
value:
number
Returns
void
Methods
init
init
(
)
:
void
Returns
void
post
Update
post
Update
(
dt
:
number
)
:
void
此方法会在组件 lateUpdate 之后自动执行。
Parameters
dt:
number
间隔时间
Returns
void
update
update
(
dt
:
number
)
:
void
Parameters
dt:
number
Returns
void
Static
sort
ByPriority
sort
ByPriority
(
a
:
System
, b
:
System
)
:
1
|
0
|
-1
Parameters
a:
System
b:
System
Returns
1
|
0
|
-1
Globals
tween
Tween
Tween
System
_execute
InEdit
Mode
_id
_priority
action
Mgr
ID
instance
Action
Manager
id
priority
init
post
Update
update
sort
ByPriority
ITween
Option
Tween
Easing
tween
tween
Util
Generated using
TypeDoc
缓动系统。