AvatarEditorOptions
()
|
Creates a new instance of ::AvatarEditorOptions 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.
Signature
Oculus.Platform.AvatarEditorOptions.AvatarEditorOptions() |
SetSourceOverride
(
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 Avatar.LaunchAvatarEditor(), which can be useful in cases where you want to track or identify the origin of the request.
Signature
void Oculus.Platform.AvatarEditorOptions.SetSourceOverride(string value) Parameters value: stringReturns void |
operator IntPtr
(
options
)
|
This operator allows you to pass an instance of the ::AvatarEditorOptions class to native C code as an IntPtr. The operator returns the handle of the options object, or IntPtr.Zero if the object is null.
Signature
static Oculus.Platform.AvatarEditorOptions.operator IntPtr(AvatarEditorOptions options) Parameters options: AvatarEditorOptions |