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