Click or drag to resize

IGridTPoint, TCellItem Property

Gets or sets the cell at the specified point.

Namespace:  Gamelogic.Grids2
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
TCell this[
	TPoint point
] { get; set; }

Parameters

point
Type: TPoint
The point.

Return Value

Type: TCell
TCell.
See Also