Fork me on GitHub

ComponentType Enum

Summary

type specifier for all components (button, axis, etc)
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["ComponentType"] class Type type-node

Syntax

public enum ComponentType

Fields

Name Constant Value Summary
Axis 2
static
Button 1
static
Pov 4
static
Slider 3
static
Unknown 0
static
Vector3 5
static