Coord Structure

MyDungeon

Coord Structure

Data structure for Room starting coordinates

Namespace:  MyDungeon.DungeonGeneration.GridBasedGenerator
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public struct Coord

The Coord type exposes the following members.

Constructors
  NameDescription
Public methodCoord
Starting coordinates for Rooms
Top
Fields
  NameDescription
Public fieldX
The starting X coordinate of a room
Public fieldY
The starting Y coordinate of a room
Top
See Also