MultiplayerErrorOptions
()
|
Creates a new instance of ::MultiplayerErrorOptions 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.MultiplayerErrorOptions.MultiplayerErrorOptions() |
SetErrorKey
(
value
)
|
Key associated with the predefined error message to be shown to users.
Key List:
Signature
void Oculus.Platform.MultiplayerErrorOptions.SetErrorKey(MultiplayerErrorErrorKey value) Parameters value: MultiplayerErrorErrorKeyReturns void |
operator IntPtr
(
options
)
|
This operator allows you to pass an instance of the ::MultiplayerErrorOptions 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.MultiplayerErrorOptions.operator IntPtr(MultiplayerErrorOptions options) Parameters options: MultiplayerErrorOptions |