Show / Hide Table of Contents

Class PTHexDir

Values for CellDir when working with PointyTopped hexes

Inheritance
System.Object
PTHexDir
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public sealed class PTHexDir : Enum

Fields

DownLeft

Declaration
public const PTHexDir DownLeft
Field Value
Type Description
PTHexDir

DownRight

Declaration
public const PTHexDir DownRight
Field Value
Type Description
PTHexDir

Left

Declaration
public const PTHexDir Left
Field Value
Type Description
PTHexDir

Right

Declaration
public const PTHexDir Right
Field Value
Type Description
PTHexDir

UpLeft

Declaration
public const PTHexDir UpLeft
Field Value
Type Description
PTHexDir

UpRight

Declaration
public const PTHexDir UpRight
Field Value
Type Description
PTHexDir

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods

HexDirExtensions.Forward(PTHexDir)
HexDirExtensions.Inverted(PTHexDir)
In This Article
Back to top Generated by DocFX