CocosSharp.CCFadeOut Class
Fades Out an object that implements the RGBAProtocol protocol. It modifies the opacity from 255 to 0. The "reverse" of this action is .

See Also: CCFadeOut Members

Syntax

public class CCFadeOut : CCFiniteTimeAction

Remarks

When this action is added to a CCNode, the action will run over a period of time.

Requirements

Namespace: CocosSharp
Assembly: CocosSharp (in CocosSharp.dll)