Fork me on GitHub

PlatformApi 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["PlatformApi"] class Type type-node

Syntax

public enum PlatformApi

Fields

Name Constant Value Summary
Android 4
static
AutoDetect 0
static
DirectX 1
static
SWF 3
static
X11 2
static