메소드 | 설명 | |
---|---|---|
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. |
리턴 | System |