CCGridBase Class Reference
| Inherits from | NSObject |
| Declared in | CCGrid.h |
Tasks
-
activewhether or not the grid is active
property -
reuseGridnumber of times that the grid will be reused
property -
gridSizesize of the grid
property -
steppixels between the grids
property -
texturetexture used
property -
grabbergrabber used
property -
isTextureFlippedis texture flipped
property -
shaderProgramshader program
property -
+ gridWithSize:texture:flippedTexture: -
+ gridWithSize: -
– initWithSize:texture:flippedTexture: -
– initWithSize: -
– beforeDraw -
– afterDraw: -
– blit -
– reuse -
– calculateVertexPoints
Properties
active
whether or not the grid is active
@property (nonatomic, readwrite) BOOL activeDeclared In
CCGrid.hisTextureFlipped
is texture flipped
@property (nonatomic, readwrite) BOOL isTextureFlippedDeclared In
CCGrid.hreuseGrid
number of times that the grid will be reused
@property (nonatomic, readwrite) int reuseGridDeclared In
CCGrid.h