bool | |
eyeDescs[Get] | |
bool | recenterRequested[Get] |
int | |
int |
System.Action | RecenteredPose ( ) Occurs when the head pose is reset. |
Vector3 | acceleration[Get] (Deprecated) Gets the current linear acceleration of the head. |
Vector3 | angularAcceleration[Get] (Deprecated) Gets the current angular acceleration of the head in radians per second per second about each axis. |
Vector3 | velocity[Get] Gets the current linear velocity of the head in meters per second. |
Vector3 | angularVelocity[Get] Gets the current angular velocity of the head in radians per second about each axis. |
latency[Get] Gets the current measured latency values. | |
float | appFramerate[Get] Gets application's frame rate reported by oculus plugin. |
int | recommendedMSAALevel[Get] Gets the recommended MSAA level for optimal quality/performance the current device. |
float[] | Gets the list of available display frequencies supported by this hardware. |
float | displayFrequency[Get] Gets and sets the current display frequency. |
OVRDisplay ( ) Creates an instance of OVRDisplay. | |
void | Update ( ) Updates the internal state of the OVRDisplay. |
void | RecenterPose ( ) Recenters the head pose. |
GetEyeRenderDesc ( UnityEngine.XR.XRNode eye ) Gets the resolution and field of view for the given eye. |
void | UpdateTextures ( ) |
void | ConfigureEyeDesc ( Node eye ) |
bool OVRDisplay.needsConfigureTexture |
---|
No description available.
|
EyeRenderDesc [] OVRDisplay.eyeDescs |
---|
No description available.
|
bool OVRDisplay.recenterRequested |
---|
No description available.
|
int OVRDisplay.recenterRequestedFrameCount |
---|
No description available.
|
int OVRDisplay.localTrackingSpaceRecenterCount |
---|
No description available.
|
System.Action OVRDisplay.RecenteredPose ( ) |
---|
Occurs when the head pose is reset. |
Vector3 OVRDisplay.acceleration |
---|
(Deprecated) Gets the current linear acceleration of the head. |
Vector3 OVRDisplay.angularAcceleration |
---|
(Deprecated) Gets the current angular acceleration of the head in radians per second per second about each axis. |
Vector3 OVRDisplay.velocity |
---|
Gets the current linear velocity of the head in meters per second. |
Vector3 OVRDisplay.angularVelocity |
---|
Gets the current angular velocity of the head in radians per second about each axis. |
LatencyData OVRDisplay.latency |
---|
Gets the current measured latency values. |
float OVRDisplay.appFramerate |
---|
Gets application's frame rate reported by oculus plugin. |
int OVRDisplay.recommendedMSAALevel |
---|
Gets the recommended MSAA level for optimal quality/performance the current device. |
float [] OVRDisplay.displayFrequenciesAvailable |
---|
Gets the list of available display frequencies supported by this hardware. |
float OVRDisplay.displayFrequency |
---|
Gets and sets the current display frequency. |
OVRDisplay.OVRDisplay ( ) |
---|
Creates an instance of OVRDisplay. Called by OVRManager. |
void OVRDisplay.Update ( ) |
---|
Updates the internal state of the OVRDisplay. Called by OVRManager. |
void OVRDisplay.RecenterPose ( ) |
---|
Recenters the head pose. |
EyeRenderDesc OVRDisplay.GetEyeRenderDesc ( UnityEngine.XR.XRNode eye ) |
---|
Gets the resolution and field of view for the given eye. |
void OVRDisplay.UpdateTextures ( ) |
---|
No description available.
|
void OVRDisplay.ConfigureEyeDesc ( Node eye ) |
---|
No description available.
|