Class cc.TransitionMoveInR
- Defined in: CCTransition.js
- Extends cc.TransitionMoveInL
Constructor Attributes | Constructor Name and Description |
---|---|
Move in from to the right the incoming scene.
|
Method Summary
Class Detail
cc.TransitionMoveInR()
Move in from to the right the incoming scene.
Method Detail
-
create a scene transition that Move in from to the right the incoming scene.
// Example var MoveInRight = cc.TransitionMoveInR.create(1, nextScene)
- Parameters:
- {Number} t
- time in seconds
- {cc.Scene} scene
- Returns:
- {cc.TransitionMoveInR}
-
initScenes()Init