CCGridBase Class Reference
Inherits from | NSObject |
Declared in | CCGrid.h |
Tasks
-
active
whether or not the grid is active
property -
reuseGrid
number of times that the grid will be reused
property -
gridSize
size of the grid
property -
step
pixels between the grids
property -
texture
texture used
property -
grabber
grabber used
property -
isTextureFlipped
is texture flipped
property -
shaderProgram
shader 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 active
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