Inherits from CCNode
Declared in CC3CC2Extensions.h

Overview

Extension category to support Cocos3D functionality.

Properties

__deprecated

The controller controlling the scene.

@property (nonatomic, readonly) CC3ViewController *__deprecated

Discussion

Under iOS and Cocos2D v2 & v3, returns the CCDirector singleton. Setting this property has no effect.

Declared In

CC3CC2Extensions.h

mousePriority

Dummy property for compatibility with apps that run both OSX and IOS.

@property (nonatomic, assign) NSInteger mousePriority

Declared In

CC3CC2Extensions.h

Class Methods

layer

Allocates and initializes a layer.

+ (id)layer

Declared In

CC3CC2Extensions.h

Instance Methods

setMouseEnabled:

Backwards compatibility for setter renamed in Cocos2D 2.1.

- (void)setMouseEnabled:(BOOL)isMouseEnabled

Declared In

CC3CC2Extensions.h

setTouchEnabled:

Backwards compatibility for setter renamed in Cocos2D 2.1.

- (void)setTouchEnabled:(BOOL)isTouchEnabled

Declared In

CC3CC2Extensions.h