Fork me on GitHub

Pov.

Pov.Position Enum

Namespace
SharpInputSystem
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph BT Type-->Base0["Enum"] Base0-->Base1["ValueType"] Base1-->Base2["object"] Type-.->Interface0["IComparable"] Type-.->Interface1["IFormattable"] Type-.->Interface2["IConvertible"] Type["Pov.Position"] class Type type-node

Syntax

[Flags]
public enum Pov.Position

Attributes

Type Description
FlagsAttribute

Fields

Name Constant Value Summary
Centered 0
static
East 256
static
North 1
static
NorthEast 257
static
NorthWest 4097
static
South 16
static
SouthEast 272
static
SouthWest 4112
static
West 4096
static