Struct Obstacle
Represents an obstacle in the navigation grid.
Inherited Members
Namespace: Genesis.Core.GameElements
Assembly: Genesis.dll
Syntax
public struct Obstacle
Fields
cellX
The column index of the cell where the obstacle is located.
Declaration
public int cellX
Field Value
Type | Description |
---|---|
int |
cellY
The row index of the cell where the obstacle is located.
Declaration
public int cellY
Field Value
Type | Description |
---|---|
int |