Class cc.TransitionProgress
Extends
cc.TransitionScene.
Defined in: CCTransitionProgress.js.
Constructor Attributes | Constructor Name and Description |
---|---|
cc.TransitionProgress transition.
|
Method Attributes | Method Name and Description |
---|---|
<static> |
cc.TransitionProgress.create(t, scene)
create a cc.TransitionProgress object
|
onEnter()
|
|
onExit()
|
- Methods borrowed from class cc.TransitionScene:
- cleanup, draw, finish, hideOutShowIn, initWithDuration
- Methods borrowed from class cc.Scene:
- ctor, init
- Methods borrowed from class cc.Node:
- addChild, convertToNodeSpace, convertToNodeSpaceAR, convertTouchToNodeSpace, convertTouchToNodeSpaceAR, convertToWorldSpace, convertToWorldSpaceAR, description, getActionByTag, getActionManager, getAnchorPoint, getAnchorPointInPoints, getBoundingBox, getBoundingBoxToWorld, getCamera, getChildByTag, getChildren, getChildrenCount, getContentSize, getGLServerState, getGrid, getOrderOfArrival, getParent, getPosition, getPositionX, getPositionY, getRotation, getScale, getScaleX, getScaleY, getScheduler, getShaderProgram, getSkewX, getSkewY, getTag, getUserData, getUserObject, getVertexZ, getZOrder, ignoreAnchorPointForPosition, isIgnoreAnchorPointForPosition, isRunning, isVisible, nodeToParentTransform, nodeToWorldTransform, numberOfRunningActions, onEnterTransitionDidFinish, onExitTransitionDidStart, parentToNodeTransform, pauseSchedulerAndActions, release, removeAllChildren, removeAllChildrenWithCleanup, removeChild, removeChildByTag, removeFromParent, removeFromParentAndCleanup, reorderChild, resumeSchedulerAndActions, retain, runAction, schedule, scheduleOnce, scheduleUpdate, scheduleUpdateWithPriority, setActionManager, setAnchorPoint, setContentSize, setGLServerState, setGrid, setNodeDirty, setOrderOfArrival, setParent, setPosition, setPositionX, setPositionY, setRotation, setScale, setScaleX, setScaleY, setScheduler, setShaderProgram, setSkewX, setSkewY, setTag, setUserData, setUserObject, setVertexZ, setVisible, setZOrder, sortAllChildren, stopAction, stopActionByTag, stopAllActions, transform, transformAncestors, unschedule, unscheduleAllCallbacks, unscheduleUpdate, update, updateTransform, visit, worldToNodeTransform
Method Detail
<static>
{cc.TransitionProgress}
cc.TransitionProgress.create(t, scene)
create a cc.TransitionProgress object
- Parameters:
- {Number} t
- time
- {cc.Scene} scene
- Returns:
- {cc.TransitionProgress}
onEnter()
onExit()