Class AdjacencyRule.Types
Enum representing AdjacencyRule types. Each AdjacencyRule instance has a Type field which contains the corresponding value from this enum. Useful for easy mapping of AdjacencyRule types to a primitive type (for cases like a switch statement).
Namespace: SadRogue.Primitives
Assembly: TheSadRogue.Primitives.dll
Syntax
public sealed class Types : EnumFields
Cardinals
Type for Cardinals.
Declaration
public const AdjacencyRule.Types CardinalsField Value
| Type | Description | 
|---|---|
| AdjacencyRule.Types | 
Diagonals
Type for Diagonals.
Declaration
public const AdjacencyRule.Types DiagonalsField Value
| Type | Description | 
|---|---|
| AdjacencyRule.Types | 
EightWay
Type for EightWay.
Declaration
public const AdjacencyRule.Types EightWayField Value
| Type | Description | 
|---|---|
| AdjacencyRule.Types | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| Int32 |