Method |
Description |
|
_ovrp_GetAppLatencyTimings ( ) : IntPtr |
|
|
_ovrp_GetNativeSDKVersion ( ) : IntPtr |
|
|
_ovrp_GetSystemProductName ( ) : IntPtr |
|
|
_ovrp_GetVersion ( ) : IntPtr |
|
|
ovrp_GetAppHasVrFocus ( ) : Bool |
|
|
ovrp_GetAppMonoscopic ( ) : Bool |
|
|
ovrp_GetAppShouldQuit ( ) : Bool |
|
|
ovrp_GetAppShouldRecenter ( ) : Bool |
|
|
ovrp_GetAudioInId ( ) : IntPtr |
|
|
ovrp_GetAudioOutId ( ) : IntPtr |
|
|
ovrp_GetControllerState ( uint controllerMask ) : ControllerState, |
|
|
ovrp_GetEyeTextureScale ( ) : float |
|
|
ovrp_GetHeadphonesPresent ( ) : Bool |
|
|
ovrp_GetInitialized ( ) : Bool |
|
|
ovrp_GetNodeFrustum ( Node, nodeId ) : Frustumf |
|
|
ovrp_GetNodeOrientationTracked ( Node, nodeId ) : Bool |
|
|
ovrp_GetNodePositionTracked ( Node, nodeId ) : Bool |
|
|
ovrp_GetNodePresent ( Node, nodeId ) : Bool |
|
|
ovrp_GetSystemBatteryLevel ( ) : float |
|
|
ovrp_GetSystemBatteryStatus ( ) : BatteryStatus |
|
|
ovrp_GetSystemBatteryTemperature ( ) : float |
|
|
ovrp_GetSystemCpuLevel ( ) : int |
|
|
ovrp_GetSystemDisplayFrequency ( ) : float |
|
|
ovrp_GetSystemGpuLevel ( ) : int |
|
|
ovrp_GetSystemPowerSavingMode ( ) : Bool |
|
|
ovrp_GetSystemVSyncCount ( ) : int |
|
|
ovrp_GetSystemVolume ( ) : float |
|
|
ovrp_GetTrackingOrientationEnabled ( ) : Bool |
|
|
ovrp_GetTrackingOrientationSupported ( ) : Bool |
|
|
ovrp_GetTrackingPositionEnabled ( ) : Bool |
|
|
ovrp_GetTrackingPositionSupported ( ) : Bool |
|
|
ovrp_GetUserEyeDepth ( ) : float |
|
|
ovrp_GetUserEyeHeight ( ) : float |
|
|
ovrp_GetUserIPD ( ) : float |
|
|
ovrp_GetUserPresent ( ) : Bool |
|
|
ovrp_SetAppMonoscopic ( Bool value ) : Bool |
|
|
ovrp_SetEyeTextureScale ( float value ) : Bool |
|
|
ovrp_SetSystemCpuLevel ( int value ) : Bool |
|
|
ovrp_SetSystemGpuLevel ( int value ) : Bool |
|
|
ovrp_SetTrackingOrientationEnabled ( Bool value ) : Bool |
|
|
ovrp_SetTrackingPositionEnabled ( Bool value ) : Bool |
|
|
ovrp_SetUserEyeDepth ( float value ) : Bool |
|
|
ovrp_SetUserEyeHeight ( float value ) : Bool |
|
|
ovrp_SetUserIPD ( float value ) : Bool |
|
|
ovrp_ShowSystemUI ( PlatformUI ui ) : Bool |
|
|