C# Class OVRManager

Configuration data for Oculus virtual reality.
Inheritance: MonoBehaviour
Afficher le fichier Open project: FIU-SCIS-Senior-Projects/UrbanTheater Class Usage Examples

Méthodes publiques

Свойство Type Description
queueAhead bool
resetTrackerOnLoad bool
usePositionTracking bool

Méthodes publiques

Méthode Description
DismissHSWDisplay ( ) : void

If the HSW has been visible for the necessary amount of time, this will make it disappear.

PlatformUIConfirmQuit ( ) : void
PlatformUIGlobalMenu ( ) : void
ReturnToLauncher ( ) : void

Leaves the application/game and returns to the launcher/dashboard

Private Methods

Méthode Description
Awake ( ) : void
InitVolumeController ( ) : void

Creates a popup dialog that shows when volume changes.

OnEnable ( ) : void
Update ( ) : void

Method Details

DismissHSWDisplay() public static méthode

If the HSW has been visible for the necessary amount of time, this will make it disappear.
public static DismissHSWDisplay ( ) : void
Résultat void

PlatformUIConfirmQuit() public static méthode

public static PlatformUIConfirmQuit ( ) : void
Résultat void

PlatformUIGlobalMenu() public static méthode

public static PlatformUIGlobalMenu ( ) : void
Résultat void

ReturnToLauncher() public méthode

Leaves the application/game and returns to the launcher/dashboard
public ReturnToLauncher ( ) : void
Résultat void

Property Details

queueAhead public_oe property

If true, distortion rendering work is submitted a quarter-frame early to avoid pipeline stalls and increase CPU-GPU parallelism.
public bool queueAhead
Résultat bool

resetTrackerOnLoad public_oe property

If true, each scene load will cause the head pose to reset.
public bool resetTrackerOnLoad
Résultat bool

usePositionTracking public_oe property

If true, head tracking will affect the orientation of each OVRCameraRig's cameras.
public bool usePositionTracking
Résultat bool