Class Index | File Index

Classes


Class cc.Hide


Extends cc.ActionInstant.

Defined in: CCActionInstant.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Hide the node
Method Summary
Method Attributes Method Name and Description
<static>  
cc.Hide.create()
 
 
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
Class Detail
cc.Hide()
Hide the node
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

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jan 09 2013 07:51:51 GMT-0800 (PST)