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 : Enum
Fields
Cardinals
Type for Cardinals.
Declaration
public const AdjacencyRule.Types Cardinals
Field Value
Type | Description |
---|---|
AdjacencyRule.Types |
Diagonals
Type for Diagonals.
Declaration
public const AdjacencyRule.Types Diagonals
Field Value
Type | Description |
---|---|
AdjacencyRule.Types |
EightWay
Type for EightWay.
Declaration
public const AdjacencyRule.Types EightWay
Field Value
Type | Description |
---|---|
AdjacencyRule.Types |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |