Class cc.Hide
Extends
cc.ActionInstant.
Defined in: CCActionInstant.js.
Constructor Attributes | Constructor Name and Description |
---|---|
cc.Hide()
Hide the node
|
Method Attributes | Method Name and Description |
---|---|
<static> |
cc.Hide.create()
|
reverse()
|
|
update(time)
|
- Methods borrowed from class cc.ActionInstant:
- isDone, step
- Methods borrowed from class cc.FiniteTimeAction:
- getDuration, setDuration
- Methods borrowed from class cc.Action:
- copy, copyWithZone, description, getOriginalTarget, getTag, getTarget, release, retain, setOriginalTarget, setTag, setTarget, startWithTarget, stop
Method Detail
<static>
{cc.Hide}
cc.Hide.create()
// example var hideAction = cc.Hide.create();
- Returns:
- {cc.Hide}
{cc.FiniteTimeAction}
reverse()
- Returns:
- {cc.FiniteTimeAction}
update(time)
- Parameters:
- {Number} time