Click or drag to resize

IVectorGridTCell, TPoint, TBasePointGetNeighborDirections Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
IEnumerable<TPoint> GetNeighborDirections(
	int cellIndex
)

Parameters

cellIndex
Type: SystemInt32

Return Value

Type: IEnumerableTPoint
See Also