CCActionShow Class Reference

Inherits from CCActionInstant : CCActionFiniteTime : CCAction : NSObject
Declared in CCActionInstant.h

Overview

This action will make the target visible by setting its visible property to YES.

The action is created using the default CCAction initializer:

id action = [CCActionShow action];