Class cc.TransitionProgressInOut

Class Summary
Constructor Attributes Constructor Name and Description
 
cc.TransitionProgressInOut transition.

Method Summary

Class Detail

cc.TransitionProgressInOut()
cc.TransitionProgressInOut transition.

Method Detail

  • <static> {cc.TransitionProgressInOut} cc.TransitionProgressInOut.create(t, scene)
    create a cc.TransitionProgressInOut object
    Parameters:
    {Number} t
    time
    {cc.Scene} scene
    Returns:
    {cc.TransitionProgressInOut}
  • ctor(t, scene)
    The constructor of cc.TransitionProgressInOut. override it to extend the construction behavior, remember to call "this._super()" in the extended "ctor" function.
    Parameters:
    {Number} t
    time
    {cc.Scene} scene