OVRDisplay
()
|
eyeDescs
: EyeRenderDesc[] |
Signature
EyeRenderDesc [] eyeDescs |
localTrackingSpaceRecenterCount
: int |
Signature
int localTrackingSpaceRecenterCount |
needsConfigureTexture
: bool |
Signature
bool needsConfigureTexture |
recenterRequested
: bool |
Signature
bool recenterRequested |
recenterRequestedFrameCount
: int |
Signature
int recenterRequestedFrameCount |
acceleration
: Vector3
[Get] |
(Deprecated) Gets the current linear acceleration of the head.
Signature
Vector3 acceleration |
angularAcceleration
: Vector3
[Get] |
(Deprecated) Gets the current angular acceleration of the head in radians per second per second about each axis.
Signature
Vector3 angularAcceleration |
angularVelocity
: Vector3
[Get] |
Gets the current angular velocity of the head in radians per second about each axis.
Signature
Vector3 angularVelocity |
appFramerate
: float
[Get] |
Gets application's frame rate reported by oculus plugin.
Signature
float appFramerate |
displayFrequenciesAvailable
: float[]
[Get] |
Gets the list of available display frequencies supported by this hardware.
Signature
float [] displayFrequenciesAvailable |
displayFrequency
: float
[Get][Set] |
Gets and sets the current display frequency.
Signature
float displayFrequency |
latency
: LatencyData
[Get] |
Gets the current measured latency values.
Signature
LatencyData latency |
velocity
: Vector3
[Get] |
Gets the current linear velocity of the head in meters per second.
Signature
Vector3 velocity |
RecenteredPose
: System.Action |
Occurs when the head pose is reset.
Signature
System.Action RecenteredPose |
ConfigureEyeDesc
(
eye
)
|
Signature
void ConfigureEyeDesc(Node eye) Parameters eye: NodeReturns void |
UpdateTextures
()
|
Signature
void UpdateTextures() Returns void |
GetEyeRenderDesc
(
eye
)
|
Gets the resolution and field of view for the given eye.
Signature
EyeRenderDesc GetEyeRenderDesc(UnityEngine.XR.XRNode eye) Parameters eye: UnityEngine.XR.XRNodeReturns EyeRenderDesc |
RecenterPose
()
|
Recenters the head pose.
Signature
void RecenterPose() Returns void |
Update
()
|
Updates the internal state of the OVRDisplay.
Called by OVRManager.
Signature
void Update() Returns void |
DownFov
: float |
Signature
float DownFov |
LeftFov
: float |
Signature
float LeftFov |
RightFov
: float |
Signature
float RightFov |
UpFov
: float |
Signature
float UpFov |
fov
: Vector2 |
The angle of the horizontal and vertical field of view in degrees.
For Symmetric FOV interface compatibility Note this includes the fov angle from both sides
Signature
Vector2 fov |
fullFov
: EyeFov |
The full information of field of view in degrees.
When Asymmetric FOV isn't enabled, this returns the maximum fov angle
Signature
EyeFov fullFov |
resolution
: Vector2 |
The horizontal and vertical size of the texture.
Signature
Vector2 resolution |
postPresent
: float |
The time between the end of TimeWarp and scan-out in seconds.
Signature
float postPresent |
render
: float |
The time it took to render both eyes in seconds.
Signature
float render |
renderError
: float |
Signature
float renderError |
timeWarp
: float |
The time it took to perform TimeWarp in seconds.
Signature
float timeWarp |
timeWarpError
: float |
Signature
float timeWarpError |