Class cc.TransitionTurnOffTiles

Class Summary
Constructor Attributes Constructor Name and Description
 
Turn off the tiles of the outgoing scene in random order

Method Summary

Class Detail

cc.TransitionTurnOffTiles(t, scene)
Turn off the tiles of the outgoing scene in random order
var trans = new cc.TransitionTurnOffTiles(time,scene);
Parameters:
{Number} t
time in seconds
{cc.Scene} scene

Method Detail

  • <static> {cc.TransitionTurnOffTiles} cc.TransitionTurnOffTiles.create(t, scene)
    Turn off the tiles of the outgoing scene in random order
    var myTransition = cc.TransitionTurnOffTiles.create(1.5, nextScene)
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
    Deprecated:
    since v3.0,please use new cc.TransitionTurnOffTiles(t, scene) instead.
    Returns:
    {cc.TransitionTurnOffTiles}
  • ctor(t, scene)
    Constructor of TransitionCrossFade
    Parameters:
    {Number} t
    time in seconds
    {cc.Scene} scene
  • {cc.ActionInterval} easeActionWithAction(action)
    Parameters:
    {cc.ActionInterval} action
    Returns:
    {cc.ActionInterval}
  • onEnter()
    custom on enter