API reference
API reference
Select your platform
No SDKs available
No versions available

PlatformInitialize Class

A PlatformInitialize object defines an attempt at initializating the OculusPlatform SDK. It contains the result of attempting to initialize the platform.

Constructors

PlatformInitialize ( o )
Signature
Oculus.Platform.Models.PlatformInitialize.PlatformInitialize(IntPtr o)
Parameters
o: IntPtr

Fields

Result : readonly PlatformInitializeResult
The result of attempting to initialize the platform.
Signature
readonly PlatformInitializeResult Oculus.Platform.Models.PlatformInitialize.Result