ValueTweenHandle
此内容尚不支持你的语言。
Defined in: animation/ValueTween.ts:208
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ValueTweenHandle(
manager,id):ValueTweenHandle
Defined in: animation/ValueTween.ts:212
Parameters
Section titled “Parameters”manager
Section titled “manager”ValueTweenManager
number
Returns
Section titled “Returns”ValueTweenHandle
Properties
Section titled “Properties”
readonlyid:number
Defined in: animation/ValueTween.ts:210
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get state():
TweenState
Defined in: animation/ValueTween.ts:222
Returns
Section titled “Returns”Methods
Section titled “Methods”bezier()
Section titled “bezier()”bezier(
p1x,p1y,p2x,p2y):this
Defined in: animation/ValueTween.ts:226
Parameters
Section titled “Parameters”number
number
number
number
Returns
Section titled “Returns”this
cancel()
Section titled “cancel()”cancel():
void
Defined in: animation/ValueTween.ts:250
Returns
Section titled “Returns”void
pause()
Section titled “pause()”pause():
void
Defined in: animation/ValueTween.ts:242
Returns
Section titled “Returns”void
resume()
Section titled “resume()”resume():
void
Defined in: animation/ValueTween.ts:246
Returns
Section titled “Returns”void
then()
Section titled “then()”Call Signature
Section titled “Call Signature”then(
next):this
Defined in: animation/ValueTween.ts:231
Parameters
Section titled “Parameters”ValueTweenHandle
Returns
Section titled “Returns”this
Call Signature
Section titled “Call Signature”then(
next):this
Defined in: animation/ValueTween.ts:232
Parameters
Section titled “Parameters”resume
Section titled “resume”Returns
Section titled “Returns”this