Fork me on GitHub

Effect.

Effect.EDirection Enum

Summary

Direction of the Force
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["Effect.EDirection"] class Type type-node

Syntax

public enum Effect.EDirection

Fields

Name Constant Value Summary
East 3
static
North 1
static
NorthEast 2
static
NorthWest 0
static
South 5
static
SouthEast 4
static
SouthWest 6
static
West 7
static