Show / Hide Table of Contents

Enum 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: GoRogue
Assembly: GoRogue.dll
Syntax
public enum Types

Fields

Name Description
CARDINALS

Type for CARDINALS.

DIAGONALS

Type for DIAGONALS.

EIGHT_WAY

Type for EIGHT_WAY.

Extension Methods

Utility.Yield<AdjacencyRule.Types>()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX