Skip to content

Class: AENode ​

动画/特效节点(Animation Effect Node)

Table of contents ​

Constructors ​

Properties ​

Methods ​

Constructors ​

constructor ​

new AENode(rootNode, animationList)

Parameters ​

NameType
rootNodeDisplayObject[]
animationListAnimation[]

Properties ​

animationList ​

animationList: Animation[]

动画列表


objects ​

objects: DisplayObject[]

根对象(一般是一个Node或者Link),需要放入Layer或者其他Node内,才会被看到

Methods ​

play ​

play(): void

播放

Returns ​

void


remove ​

remove(): void

移除

Returns ​

void