Inherits from NSObject
Declared in CCGrid.h

Overview

Base class for other

Tasks

Properties

active

whether or not the grid is active

@property (nonatomic, readwrite) BOOL active

Declared In

CCGrid.h

grabber

grabber used

@property (nonatomic, retain) CCGrabber *grabber

Declared In

CCGrid.h

gridSize

size of the grid

@property (nonatomic, readonly) CGSize gridSize

Declared In

CCGrid.h

isTextureFlipped

is texture flipped

@property (nonatomic, readwrite) BOOL isTextureFlipped

Declared In

CCGrid.h

reuseGrid

number of times that the grid will be reused

@property (nonatomic, readwrite) int reuseGrid

Declared In

CCGrid.h

shaderProgram

shader program

@property (nonatomic, readwrite, assign) CCGLProgram *shaderProgram

Declared In

CCGrid.h

step

pixels between the grids

@property (nonatomic, readwrite) CGPoint step

Declared In

CCGrid.h

texture

texture used

@property (nonatomic, retain) CCTexture2D *texture

Declared In

CCGrid.h

Class Methods

gridWithSize:

gridWithSize:texture:flippedTexture:

Instance Methods

afterDraw:

beforeDraw

blit

calculateVertexPoints

initWithSize:

initWithSize:texture:flippedTexture:

reuse