Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ClusterInputType

Values to determine the type of input value to be expect from one entry of ClusterInput.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ClusterInputModule
Warning
Deprecated. This type is deprecated and will be removed in a future release.
public enum ClusterInputType

Fields

Value

Description

AxisDevice is an analog axis that provides continuous value represented by a float.
ButtonDevice that return a binary result of pressed or not pressed.
CustomProvidedInputA user customized input.
TrackerDevice that provide position and orientation values.