Enum Constant and Description |
---|
FOVE
FOVE Head Mounted Device (HMD).
|
GAMEFACE
GameFace Head Mounted Device (HMD).
|
GEARVR
Samsung GearVR Head Mounted Device (HMD).
|
HTC_VIVE
HTC vive Head Mounted Device (HMD).
|
MORPHEUS
PlayStation VR (formerly Morpheus) Head Mounted Device (HMD).
|
NONE
a none Head Mounted Device (HMD).
|
NULL
a null Head Mounted Device (HMD).
|
OCULUS_RIFT
Oculus Rift Head Mounted Device (HMD).
|
OSVR
OSVR generic Head Mounted Device (HMD).
|
OTHER
a not referenced Head Mounted Device (HMD).
|
STARVR
STARVR Head Mounted Device (HMD).
|
VALVE_INDEX
Valve 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