Maze Factory  1.0
Unity3d component package for procedural mazes
 All Classes Functions Variables Enumerations Properties
MFPosition Struct Reference

2D position in the internal grid array. More...

List of all members.

Public Member Functions

 MFPosition (int x, int y)
override bool Equals (object obj)
override int GetHashCode ()

Static Public Member Functions

static bool operator== (MFPosition left, MFPosition right)
static bool operator!= (MFPosition left, MFPosition right)

Public Attributes

int x
int y

Detailed Description

2D position in the internal grid array.


The documentation for this struct was generated from the following file: