 | RectOpTCellRectangle Method |
Generates a grid in a rectangular shape.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax[ShapeMethodAttribute]
public RectShapeInfo<TCell> Rectangle(
int width,
int height
)
Parameters
- width
- Type: SystemInt32
The width of the grid. - height
- Type: SystemInt32
The height of the grid.
Return Value
Type:
RectShapeInfoTCell
See Also