Cocos Creator API

1.3.0

Cocos Creator is a highly customizable game development tool that utilizes the power of cocos2d-x.

WrapMode

: cc

Specifies how time is treated when it is outside of the keyframe range of an Animation.

Default Number

Reads the default wrap mode set higher up.

Normal Number

All iterations are played as specified.

Reverse Number

All iterations are played in the reverse direction from the way they are specified.

Loop Number

When time reaches the end of the animation, time will continue at the beginning.

LoopReverse Number

All iterations are played in the reverse direction from the way they are specified. And when time reaches the start of the animation, time will continue at the ending.

PingPong Number

Even iterations are played as specified, odd iterations are played in the reverse direction from the way they are specified.

PingPongReverse Number

Even iterations are played in the reverse direction from the way they are specified, odd iterations are played as specified.

There are no properties that match your current filter settings. You can change your filter settings in the index section on this page. index