Show / Hide Table of Contents

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).

Inheritance
Object
AdjacencyRule.Types
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

Extension Methods

PropertyChangedEventHelpers.SafelySetProperty<TObject, TProperty>(TObject, ref TProperty, TProperty, EventHandler<ValueChangedEventArgs<TProperty>>)
PropertyChangedEventHelpers.SafelySetProperty<TObject, TProperty>(TObject, ref TProperty, TProperty, EventHandler<ValueChangedEventArgs<TProperty>>, EventHandler<ValueChangedEventArgs<TProperty>>)
In This Article
Back to top Generated by DocFX