Method | Description | |
---|---|---|
CollisionGrid ( int numXCells, int numYCells ) : System |
Instantiate a new CollisionGrid.
|
public CollisionGrid ( int numXCells, int numYCells ) : System | ||
numXCells | int | The number of cells horizontal within the grid. |
numYCells | int | The number of cells vertically within the grid. |
return | System |