Inherits from CCNode : NSObject
Conforms to cpCCNodeProtocol
Declared in cpCCNode.h

Overview

cpCCNode.h

http://www.mobile-bros.com

Created by Robert Blackwood on 02/22/2009.
Copyright 2009 Mobile Bros. All rights reserved.

Tasks

Class Methods

nodeWithBody:

perform a self alloc with the given body

+ (id)nodeWithBody:(cpBody *)body

Declared In

cpCCNode.h

nodeWithShape:

perform a self alloc with the given shape

+ (id)nodeWithShape:(cpShape *)shape

Declared In

cpCCNode.h

Instance Methods

initWithBody:

init with the given body

- (id)initWithBody:(cpBody *)body

Declared In

cpCCNode.h

initWithShape:

init with the given shape

- (id)initWithShape:(cpShape *)shape

Declared In

cpCCNode.h