TweenHandle
此内容尚不支持你的语言。
Defined in: animation/Tween.ts:85
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TweenHandle(
module,registry,valueManager,entity):TweenHandle
Defined in: animation/Tween.ts:91
Parameters
Section titled “Parameters”module
Section titled “module”AnimCore
registry
Section titled “registry”valueManager
Section titled “valueManager”ValueTweenManager
entity
Section titled “entity”number
Returns
Section titled “Returns”TweenHandle
Properties
Section titled “Properties”entity
Section titled “entity”
readonlyentity:number
Defined in: animation/Tween.ts:89
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get state():
TweenState
Defined in: animation/Tween.ts:103
Returns
Section titled “Returns”Methods
Section titled “Methods”bezier()
Section titled “bezier()”bezier(
p1x,p1y,p2x,p2y):this
Defined in: animation/Tween.ts:108
Parameters
Section titled “Parameters”number
number
number
number
Returns
Section titled “Returns”this
cancel()
Section titled “cancel()”cancel():
void
Defined in: animation/Tween.ts:130
Returns
Section titled “Returns”void
pause()
Section titled “pause()”pause():
void
Defined in: animation/Tween.ts:122
Returns
Section titled “Returns”void
resume()
Section titled “resume()”resume():
void
Defined in: animation/Tween.ts:126
Returns
Section titled “Returns”void
then()
Section titled “then()”then(
next):this
Defined in: animation/Tween.ts:113
Parameters
Section titled “Parameters”ValueTweenHandle | TweenHandle
Returns
Section titled “Returns”this