Declared in CCNodeAdornments.h

Overview

Describes the behaviour required for CCNodes that can be adorned with an adornment. Adornments are themselves CCNodes that support the CCNodeAdornmentProtocol protocol, and typical implementations of AdornableCCNodeProtocol will add the adornment as a child. Concrete implementations of AdornableCCNodeProtocol will be subclassed from a specific subclass of CCNode (eg: CCLayer, CCMenuItem, etc).

Tasks

Properties

adornment

The adornment CCNode that is attached to this CCNode.

@property (nonatomic, retain) CCNode<CCNodeAdornmentProtocol> *adornment

Declared In

CCNodeAdornments.h