maze-project
Show / Hide Table of Contents

Struct MazeWasmInterop.MazeWasmPoint

Represents a point within a maze

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.GetType()
object.Equals(object, object)
object.ReferenceEquals(object, object)
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)

In this article
Back to top Generated by DocFX