Struct Maze.Point
Represents a point within a maze
Inherited Members
Namespace: Maze.Api
Assembly: Maze.Api.dll
Syntax
public struct Maze.Point
Fields
Column
Column associated with the point (zero-based)
Declaration
public uint Column
Field Value
| Type | Description |
|---|---|
| uint | Column index (zero-based) |
Row
Row associated with the point (zero-based)
Declaration
public uint Row
Field Value
| Type | Description |
|---|---|
| uint | Row index (zero-based) |