maze-project
Show / Hide Table of Contents

Struct Maze.Point

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.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)

In this article
Back to top Generated by DocFX