Class cc.Show
- Defined in: CCActionInstant.js
- Extends cc.ActionInstant
Constructor Attributes | Constructor Name and Description |
---|---|
cc.Show()
Show the node.
|
Method Summary
Class Detail
cc.Show()
Show the node.
Field Detail
Show the Node. Please use cc.show instead.
- Deprecated:
-
since v3.0
Please use cc.show instead.
Method Detail
-
{cc.FiniteTimeAction} clone()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