enum ovrSdkAccountType_ |
const char * | ovrSdkAccountType_ToString ( ovrSdkAccountType value ) |
ovrSdkAccountType_FromString ( const char * str ) |
ovrSdkAccountType_Unknown | |
ovrSdkAccountType_Oculus | |
ovrSdkAccountType_FacebookGameroom |
| typedef enum ovrSdkAccountType_ ovrSdkAccountType ( ) |
|---|
No description available.
|
| const char* ovrSdkAccountType_ToString ( ovrSdkAccountType value ) |
|---|
Converts an ovrSdkAccountType enum value to a string The returned string does not need to be freed |
| ovrSdkAccountType ovrSdkAccountType_FromString ( const char * str ) |
|---|
Converts a string representing an ovrSdkAccountType enum value to an enum value |