API reference

OVR_AvatarEditorOptions.h File

Typedefs

struct ovrAvatarEditorOptions * ovrAvatarEditorOptionsHandle
The Avatar Editor Option is a feature that allows users to create and customize their avatars. It is launched by the ovr_Avatar_LaunchAvatarEditor() request and provides a way for users to specify the source of the request, allowing for more flexibility and customization in the avatar creation process.

Functions

ovrAvatarEditorOptionsHandle ovr_AvatarEditorOptions_Create ( )
Creates a new instance of ovrAvatarEditorOptionsHandle() which is used to customize the option flow. It returns a handle to the newly created options object, which can be used to set various properties for the options.
void ovr_AvatarEditorOptions_Destroy
Destroys an existing instance of the ovrAvatarEditorOptionsHandle() and frees up memory when you're done using it.
void ovr_AvatarEditorOptions_SetSourceOverride
const char * value )
Optional override for where the request is coming from. This field allows you to specify the source of the request in the launched editor by calling ovr_Avatar_LaunchAvatarEditor(), which can be useful in cases where you want to track or identify the origin of the request.