xr-frame / Exports / IAnimationPlayOptions

# Interface: IAnimationPlayOptions

使用Animator播放动画时可以传入的默认选项。

# Table of contents

# Properties

# Properties

# delay

Optional delay: number

播放延迟,默认为0


# direction

Optional direction: "forwards" | "backwards" | "both"

播放方向,默认为forwards


# loop

Optional loop: number

循环次数,默认为0


# speed

Optional speed: number

播放速度,默认为1