Show / Hide Table of Contents

Class AdjacentModel.Adjacency

Inheritance
object
AdjacentModel.Adjacency
Namespace: DeBroglie.Models
Assembly: DeBroglie.dll
Syntax
public class AdjacentModel.Adjacency

Properties

| Edit this page View Source

Dest

Declaration
public Tile[] Dest { get; set; }
Property Value
Type Description
Tile[]
| Edit this page View Source

Direction

Declaration
public Direction Direction { get; set; }
Property Value
Type Description
Direction
| Edit this page View Source

Src

Declaration
public Tile[] Src { get; set; }
Property Value
Type Description
Tile[]
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX