Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Grids
AbstractUniformGrid(TCell, TPoint) Class
AbstractUniformGrid(TCell, TPoint) Methods
IEnumerable.GetEnumerator Method
ArrayPointFromPoint Method
CloneStructure(TNewCell) Method
Contains Method
GetAllNeighbors Method
GetEnumerator Method
GetLargeSet Method
GetNeighborDirections Method
GetStoragePoints Method
PointFromArrayPoint Method
SetGridPointTransforms Method
AbstractUniformGrid
TCell
,
TPoint
GetNeighborDirections 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#
Copy
public
IEnumerable
<TPoint>
GetNeighborDirections
(
int
cellIndex
)
Parameters
cellIndex
Type:
System
Int32
Return Value
Type:
IEnumerable
TPoint
Implements
IVectorGrid
TCell, TPoint, TBasePoint
GetNeighborDirections(Int32)
See Also
Reference
AbstractUniformGrid
TCell, TPoint
Class
Gamelogic.Grids Namespace