RichPresenceOptions
()
|
Creates a new instance of ::RichPresenceOptions 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.RichPresenceOptions.RichPresenceOptions() |
operator IntPtr
(
options
)
|
This operator allows you to pass an instance of the ::RichPresenceOptions 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.RichPresenceOptions.operator IntPtr(RichPresenceOptions options) Parameters options: RichPresenceOptions |