Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic Grids 1 Documentation [Deprecated]
Gamelogic.Grids
IGrid(TPoint) Interface
IGrid(TPoint) Methods
CloneStructure(TNewCell) Method
GetAllNeighbors Method
GetLargeSet Method
GetStoragePoints Method
IGrid
TPoint
GetAllNeighbors Method
Returns the neighbors of this point, regardless of whether they are in the grid or not.
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Copy
IEnumerable
<TPoint>
GetAllNeighbors
( TPoint
point
)
Parameters
point
Type:
TPoint
Return Value
Type:
IEnumerable
TPoint
See Also
Reference
IGrid
TPoint
Interface
Gamelogic.Grids Namespace