CCActionToggleVisibility Class Reference

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

Overview

This action toggles the target’s visibility by altering the visible property.

The action is created using the default CCAction initializer:

id action = [CCActionToggleVisibility action];