Class cc.Show

Class Summary
Constructor Attributes Constructor Name and Description
 
Show the node.

Method Summary

Class Detail

cc.Show()
Show the node.

Field Detail

<static> {cc.Show} cc.Show.create
Show the Node. Please use cc.show instead.
Deprecated:
since v3.0
Please use cc.show instead.

Method Detail

  • to copy object with deep copy. returns a clone of action.
    Returns:
    {cc.FiniteTimeAction}
  • {cc.Hide} reverse()
    returns a reversed action.
    For example:
    - The action will be x coordinates of 0 move to 100.
    - The reversed action will be x of 100 move to 0. - Will be rewritten
    Returns:
    {cc.Hide}
  • update(dt)
    Called once per frame. Time is the number of seconds of a frame interval.
    Parameters:
    {Number} dt