appId
: ovrID |
ID of the application (user must be entitled). This is the unique identifier for the application that is being used to access the Oculus platform. The user must be entitled to use this application in order to successfully initialize the SDK.
Signature
ovrID ovrOculusInitParams::appId |
email
: const char * |
Email address associated with Oculus account. This is the email address that is used to log in to the Oculus platform.
Signature
const char* ovrOculusInitParams::email |
password
: const char * |
Password for the Oculus account. This is the password that is used to authenticate the user's identity on the Oculus platform.
Signature
const char* ovrOculusInitParams::password |
sType
: ovrPlatformStructureType |
The type of value stored in the ovrOculusInitParams struct. Can be one of ovrPlatformStructureType: ovrPlatformStructureType_OculusInitParams or ovrPlatformStructureType_Unknown.
Signature
ovrPlatformStructureType ovrOculusInitParams::sType |
uriPrefixOverride
: const char * |
Optional override for https://graph.oculus.com. This field allows you to specify a custom URI prefix for the Oculus platform API. If not provided, the default value of https://graph.oculus.com will be used.
Signature
const char* ovrOculusInitParams::uriPrefixOverride |