Class CCGrid3DAction

#include <Geode/cocos/actions/CCActionGrid.h>
classCCGrid3DAction:publiccocos2d::CCGridAction{ ... }

Base class for CCGrid3D actions. Grid3D actions can modify a non-tiled grid.

Examples0
Public static methods1
staticcocos2d::CCGrid3DAction*create(
floatduration
,)

creates the action with size and duration

Public member functions4
virtualcocos2d::CCGridBase*getGrid()

returns the grid

cocos2d::ccVertex3Fvertex()

returns the vertex than belongs to certain position in the grid

cocos2d::ccVertex3ForiginalVertex()

returns the non-transformed vertex than belongs to certain position in the grid

voidsetVertex(,)

sets a new vertex to a certain position of the grid

Fields0
Protected member functions0
Protected fields0