Enumeration WrapMode

动画曲线Wrap模式,处理超出范围情况

Enumeration Members

Enumeration Members

Clamp: 1

夹紧; 0>-<1

Default: 6

Reads the default repeat mode set higher up.

Loop: 2

循环; 0->1,0->1

Once: 5

When time reaches the end of the animation clip, the clip will automatically stop playing and time will be reset to beginning of the clip.

PingPong: 4

来回循环; 0->1,1->0

Generated using TypeDoc