doubleValue
: double |
The double value associated with the key, if the valueType is ovrKeyValuePairType_Double. If the valueType is not ovrKeyValuePairType_Double, this field is ignored.
Signature
double ovrKeyValuePair::doubleValue |
intValue
: int |
The integer value associated with the key, if the valueType is ovrKeyValuePairType_Integer. If the valueType is not ovrKeyValuePairType_Integer, this field is ignored.
Signature
int ovrKeyValuePair::intValue |
key
: const char * |
The key component of the ovrKeyValuePair struct. It is a string value representing the key.
Signature
const char* ovrKeyValuePair::key |
stringValue
: const char * |
The string value associated with the key, if the valueType is ovrKeyValuePairType_String. If the valueType is not ovrKeyValuePairType_String, this field is ignored.
Signature
const char* ovrKeyValuePair::stringValue |
valueType
: ovrKeyValuePairType |
The type of value stored in the ovrKeyValuePair struct. Can be one of ovrKeyValuePairType: ovrKeyValuePairType_Integer, ovrKeyValuePairType_Double, ovrKeyValuePairType_String or ovrKeyValuePairType_Unknown.
Signature
ovrKeyValuePairType ovrKeyValuePair::valueType |