Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Grids
WrappedGrid(TCell, TPoint) Class
WrappedGrid(TCell, TPoint) Methods
IEnumerable.GetEnumerator Method
CloneStructure(TNewCell) Method
Contains Method
GetAllNeighbors Method
GetEnumerator Method
GetLargeSet Method
GetStoragePoints Method
Wrap Method
WrappedGrid
TCell
,
TPoint
GetAllNeighbors Method
Returns all neighbors in this grid as wrapped points.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
public
IEnumerable
<TPoint>
GetAllNeighbors
( TPoint
point
)
Parameters
point
Type:
TPoint
Return Value
Type:
IEnumerable
TPoint
Implements
IGrid
TPoint
GetAllNeighbors(TPoint)
See Also
Reference
WrappedGrid
TCell, TPoint
Class
Gamelogic.Grids Namespace