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: SadRogue.Primitives
Assembly: TheSadRogue.Primitives.dll
Syntax
public enum AdjacencyRule.Types

Fields

Name Description
Cardinals

Type for Cardinals.

Diagonals

Type for Diagonals.

EightWay

Type for EightWay.

Extension Methods

PropertyChangedEventHelpers.SafelySetProperty<AdjacencyRule.Types, TProperty>(AdjacencyRule.Types, ref TProperty, TProperty, EventHandler<ValueChangedEventArgs<TProperty>>)
PropertyChangedEventHelpers.SafelySetProperty<AdjacencyRule.Types, TProperty>(AdjacencyRule.Types, ref TProperty, TProperty, EventHandler<ValueChangedEventArgs<TProperty>>, EventHandler<ValueChangedEventArgs<TProperty>>)
  • View Source
In this article
Back to top Generated by DocFX