Class CCFadeOut

#include <Geode/cocos/actions/CCActionInterval.h>
classCCFadeOut:publiccocos2d::CCActionInterval{ ... }

Fades Out an object that implements the CCRGBAProtocol protocol. It modifies the opacity from 255 to 0. The “reverse” of this action is FadeIn

Examples0
Public static methods1
staticcocos2d::CCFadeOut*create()

creates the action

Public member functions3
virtualvoidupdate(
floattime
)
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
virtualcocos2d::CCObject*copyWithZone()
No description provided
Fields0
Protected member functions0
Protected fields0