Properties

CCGridBase Class Reference

#import <CCGrid.h>

Inherited by CCGrid3D, and CCTiledGrid3D.

Collaboration diagram for CCGridBase:
Collaboration graph
[legend]

List of all members.

Properties

BOOL active
int reuseGrid
ccGridSize gridSize
CGPoint step
CCTexture2Dtexture
CCGrabbergrabber
BOOL isTextureFlipped

Detailed Description

Base class for other

Definition at line 38 of file CCGrid.h.


Property Documentation

- (BOOL) active [read, write, assign]

wheter or not the grid is active

Definition at line 50 of file CCGrid.h.

- (CCGrabber*) grabber [read, write, retain]

grabber used

Definition at line 60 of file CCGrid.h.

- (ccGridSize) gridSize [read, assign]

size of the grid

Definition at line 54 of file CCGrid.h.

- (BOOL) isTextureFlipped [read, write, assign]

is texture flipped

Definition at line 62 of file CCGrid.h.

- (int) reuseGrid [read, write, assign]

number of times that the grid will be reused

Definition at line 52 of file CCGrid.h.

- (CGPoint) step [read, write, assign]

pixels between the grids

Definition at line 56 of file CCGrid.h.

- (CCTexture2D*) texture [read, write, retain]

texture used

Definition at line 58 of file CCGrid.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines

cocos2d for iPhone 0.99.4 API Reference - Generated using Doxygen 1.7.1