Click or drag to resize

LineGridTCellGetNeighborDirections Method

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

Parameters

cellIndex
Type: SystemInt32

Return Value

Type: IEnumerableLinePoint

Implements

IVectorGridTCell, TPoint, TBasePointGetNeighborDirections(Int32)
See Also