xr-frame / Exports / IAnimatorData
# Interface: IAnimatorData
Animator组件数据接口。
# Table of contents
# Properties
# Properties
# autoPlay
• Optional
autoPlay: IAnimatorAutoPlay
默认自动播放的参数,详见IAnimatorAutoPlay。
xml
中为dict
数据。
# clipMap
• Optional
clipMap: Object
默认的片段名字映射,由于一个动画可以有多个片段,所以能通过映射由Animator
中播放的名字 -> 动画资源中片段的名字。
xml
中为dict
数据。
# Index signature
▪ [key: string
]: string
# keyframe
• keyframe: Animation
<any
, any
>
默认的Keyframe
动画资源。
xml
中为资源id。