Click or drag to resize

IGridTCell, TPointItem Property

Accesses a cell in the given point.

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

Parameters

point
Type: TPoint

Property Value

Type: TCell
See Also