Click or drag to resize

RectOpTCellCircle Method

A rectangle centered at the given center, and with the given side length.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 9, 0)]
[ShapeMethodAttribute]
public RectShapeInfo<TCell> Circle(
	int radius
)

Parameters

radius
Type: SystemInt32

Return Value

Type: RectShapeInfoTCell
See Also