Click or drag to resize

AbstractUniformGridTCell, TPointGetNeighborDirections Method

The only legal cellIndex to pass to this methid is 0

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

Parameters

cellIndex
Type: SystemInt32

Return Value

Type: IEnumerableTPoint

Implements

IVectorGridTCell, TPoint, TBasePointGetNeighborDirections(Int32)
See Also