C# Class OVRPlugin.OVRP_1_1_0

ファイルを表示 Open project: FIU-SCIS-Senior-Projects/SmartBuilding4

Public Properties

Property Type Description
version System.Version

Public Methods

Method Description
ovrp_GetAppLatencyTimings ( ) : string
ovrp_GetNativeSDKVersion ( ) : string
ovrp_GetSystemProductName ( ) : string
ovrp_GetVersion ( ) : string

Private Methods

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

Method Details

ovrp_GetAppLatencyTimings() public static method

public static ovrp_GetAppLatencyTimings ( ) : string
return string

ovrp_GetNativeSDKVersion() public static method

public static ovrp_GetNativeSDKVersion ( ) : string
return string

ovrp_GetSystemProductName() public static method

public static ovrp_GetSystemProductName ( ) : string
return string

ovrp_GetVersion() public static method

public static ovrp_GetVersion ( ) : string
return string

Property Details

version public_oe static_oe property

public static Version,System version
return System.Version