Inherits from CCMenuItemSprite : CCMenuItem : CCNodeRGBA : CCNode : NSObject
Declared in CCMenuItemSpriteIndependent.h

Overview

@class CCMenuItemSpriteIndependent CCMenuItemSprite that doesn’t add normal, selected and disabled images as children. Instead of that its just retain them. So you can place images anyhow you want.

CCMenuItemSpriteIndependent reimplements rect and convertToNodeSpace: methods delegating them to normalSprite. This allows you to position/scale/rotate only normal sprite and forget about positioning menuItem.