Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WrapMode

动画播放模式

Index

Enumeration members

Enumeration members

ClampForever

ClampForever: = 8

当动画片段播放到尾部时,动画片段会一直停留在动画片段的终止时间(动画并不会停止)。

Default

Default: = 0

同Once。

Loop

Loop: = 2

当动画片段播放到尾部时,动画片段会重置回动画片段的起始时间然后继续播放。

Once

Once: = 1

当动画片段播放到尾部时,动画片段会自动停止,并把时间重置回动画片段的起始时间。

PingPong

PingPong: = 4

当动画片段播放到尾部时,动画片段会从动画片段的终止时间反向继续播放,当再次回到动画片段的起始时间时又会继续正向播放,如此不断循环。

Generated using TypeDoc