| Enum Constant and Description | 
|---|
| FOVEFOVE Head Mounted Device (HMD). | 
| GAMEFACEGameFace Head Mounted Device (HMD). | 
| GEARVRSamsung GearVR Head Mounted Device (HMD). | 
| HTC_VIVEHTC vive Head Mounted Device (HMD). | 
| MORPHEUSPlayStation VR (formely Morpheus) Head Mounted Device (HMD). | 
| NONEa none Head Mounted Device (HMD). | 
| NULLa null Head Mounted Device (HMD). | 
| OCULUS_RIFTOcculus Rift Head Mounted Device (HMD). | 
| OSVROSVR generic Head Mounted Device (HMD). | 
| OTHERa not referenced Head Mounted Device (HMD). | 
| STARVRSTARVR Head Mounted Device (HMD). | 
| VALVE_INDEXValve Index Head Mounted Device (HMD). | 
| Modifier and Type | Method and Description | 
|---|---|
| static HmdType | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static HmdType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final HmdType VALVE_INDEX
public static final HmdType OCULUS_RIFT
public static final HmdType MORPHEUS
public static final HmdType GEARVR
public static final HmdType NULL
public static final HmdType NONE
public static final HmdType OTHER
public static HmdType[] values()
for (HmdType c : HmdType.values()) System.out.println(c);
public static HmdType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null