AdornableCCNodeProtocol Protocol Reference
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).