Index Hierarchy NodeGrid Class Reference Inherits from CC3Node : CC3Identifiable : NSObject Declared in NodeGrid.h Overview NodeGrid is a specialized node that creates and holds a number of copies of another node, laid out in a square grid. Tasks – populateWith:perSide: Instance Methods populateWith:perSide: Creates many copies of the specified template node, and lays them out on a square grid, so that there are the specified number of nodes per side of the square. - (void)populateWith:(CC3Node *)templateNode perSide:(uint)perSideCount Declared In NodeGrid.h Index Hierarchy