TweenHandle
此内容尚不支持你的语言。
Defined in: animation/Tween.ts:71
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TweenHandle(
module,registry,valueManager,entity):TweenHandle
Defined in: animation/Tween.ts:77
Parameters
Section titled “Parameters”module
Section titled “module”AnimCore
registry
Section titled “registry”CppRegistry
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:75
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get state():
TweenState
Defined in: animation/Tween.ts:89
Returns
Section titled “Returns”Methods
Section titled “Methods”bezier()
Section titled “bezier()”bezier(
p1x,p1y,p2x,p2y):this
Defined in: animation/Tween.ts:94
Parameters
Section titled “Parameters”number
number
number
number
Returns
Section titled “Returns”this
cancel()
Section titled “cancel()”cancel():
void
Defined in: animation/Tween.ts:116
Returns
Section titled “Returns”void
pause()
Section titled “pause()”pause():
void
Defined in: animation/Tween.ts:108
Returns
Section titled “Returns”void
resume()
Section titled “resume()”resume():
void
Defined in: animation/Tween.ts:112
Returns
Section titled “Returns”void
then()
Section titled “then()”then(
next):this
Defined in: animation/Tween.ts:99
Parameters
Section titled “Parameters”ValueTweenHandle | TweenHandle
Returns
Section titled “Returns”this