Class Index | File Index

Classes


Class cc.Show


Extends cc.ActionInstant.

Defined in: CCActionInstant.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Show the node
Method Summary
Method Attributes Method Name and Description
<static>  
cc.Show.create()
 
 
update(target)
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.Show()
Show the node
Method Detail
<static> {cc.Show} cc.Show.create()
// example
var showAction = cc.Show.create();
Returns:
{cc.Show}

{cc.FiniteTimeAction} reverse()
Returns:
{cc.FiniteTimeAction}

update(target)
Parameters:
{cc.Node} target

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