Your search for "VR" resulted in 67 matches:

CameraType.VR

Used to indicate that a camera is used for rendering VR (in edit mode) in the Editor.

ProfilerCategory.Vr

VR systen Profiler category.

VRTextureUsage

This enum describes how the RenderTexture is used as a VR eye texture. Instead of using the values of this enum manually, use t...

VRTextureUsage.None

The RenderTexture is not a VR eye texture. No special rendering behavior will occur.

VRTextureUsage.DeviceSpecific

The texture used by an external XR provider. The provider is responsible for defining the texture's layout and use.

VRTextureUsage.OneEye

This texture corresponds to a single eye on a stereoscopic display.

VRTextureUsage.TwoEyes

This texture corresponds to two eyes on a stereoscopic display. This will be taken into account when using Graphics.Blit and ot...

VRWindowsMixedReality

Windows Mixed Reality specific Player Settings.

UnityEngine.VRModule

The VR module implements support for virtual reality devices in Unity.

RenderTexture.vrUsage

If this RenderTexture is a VR eye texture used in stereoscopic rendering, this property decides what special rendering occurs, ...

PlayerSettings.VRWindowsMixedReality.depthBufferFormat

Set the requested depth buffer format to either 16Bit or 24Bit.

PlayerSettings.VRWindowsMixedReality.DepthBufferFormat.DepthBufferFormat16Bit

Set the Windows Mixed Reality depth buffer to 16 bits of depth. This will decrease the amount of memory (and possibly increase ...

PlayerSettings.VRWindowsMixedReality.DepthBufferFormat.DepthBufferFormat24Bit

Set the Windows Mixed Reality depth buffer to 24 bits of depth. This will improve depth testing and precision at the expense of...

PlayerSettings.VRWindowsMixedReality.depthBufferSharingEnabled

Toggle support for sharing the depth buffer between Unity and the OS. This allows for stability improvements when running in Wi...

AndroidUIModeType.VrHeadset

Mirrors the Android property value UI_MODE_TYPE_VR_HEADSET.

RenderTextureDescriptor.vrUsage

If this RenderTexture is a VR eye texture used in stereoscopic rendering, this property decides what special rendering occurs, ...

CameraEditor.Settings.DrawVR

Draws the default [[CameraEditor] VR widget.

ProfilerUnsafeUtility.CategoryVr

VR systen Profiler category.

XRDisplaySubsystemDescriptor.disablesLegacyVr

Indicates whether legacy VR settings must be disabled for the subsystem. Set to true if the Editor must disable the legacy VR s...

ClusterInput.AddInput

Add a new VRPN input entry.

StereoRenderingPath.Instancing

Single pass VR rendering ( via instanced rendering ).

StereoRenderingPath.SinglePass

Single pass VR rendering ( via double-wide render texture ).

GraphicsStateCollection.GraphicsState.multiviewCount

The number of VR views used in this rendering configuration.

StereoRenderingPath.MultiPass

Multiple pass VR rendering.

Camera.stereoTargetEye

Defines which eye of a VR display the Camera renders into.

Application.onBeforeRender

A delegate method used to register for Just Before Render input updates for VR devices.

Camera.CopyStereoDeviceProjectionMatrixToNonJittered

Sets the non-jittered projection matrix, sourced from the VR SDK.

Camera.stereoSeparation

The distance between the virtual eyes. Use this to query or set the current eye separation. Note that most VR devices provide t...

CommandBuffer.DrawOcclusionMesh

Adds a command onto the commandbuffer to draw the VR Device's occlusion mesh to the current render target.

RenderTextureCreationFlags.AllowVerticalFlip

Clear this flag when a RenderTexture is a VR eye texture and the device does not automatically flip the texture when being disp...

RenderTextureCreationFlags.EyeTexture

Set this flag when the Texture is to be used as a VR eye texture. This flag is cleared by default. This flag is set on a Render...

UnityEngine.XRModule

The XR module contains the VR and AR related platform support functionality.

XRDisplaySubsystem.displayOpaque

Determines if the current attached device has an opaque display. Most VR devices are opaque in order to increase...

XRDisplaySubsystem.MarkTransformLateLatched

This marks a given GameObject's transform to be late latched in the next frame. Once marked for late latching, the GameObject t...

XRSettings.StereoRenderingMode.MultiPass

This is the reference stereo rendering path for VR.

XRSettings.StereoRenderingMode.SinglePass

This is a faster rendering path for VR than XRSettings.StereoRenderingMode.MultiPass.

ClusterInput.CheckConnectionToServer

Check the connection status of the device to the VRPN server it connected to.

DepthBufferFormat

Enumeration providing valid values for PlayerSettings.VRWindowsMixedReality.depthBufferFormat.

XRDevice.GetTrackingSpaceType

Returns the device's current TrackingSpaceType. This value determines how the camera is positioned relative to its starting pos...

Application.targetFrameRate

Specifies the target frame rate at which Unity tries to render your game.

Camera.fieldOfView

The vertical field of view of the Camera, in degrees.

Camera.GetStereoNonJitteredProjectionMatrix

Gets the non-jittered projection matrix of a specific left or right stereoscopic eye.

Camera.GetStereoProjectionMatrix

Gets the projection matrix of a specific left or right stereoscopic eye.

Camera.GetStereoViewMatrix

Gets the left or right view matrix of a specific stereoscopic eye.

Camera.RenderToCubemap

Render into a static cubemap from this camera.

Camera.ResetFieldOfView

Reset to the default field of view.

Camera.ResetStereoProjectionMatrices

Reset the camera to using the Unity computed projection matrices for all stereoscopic eyes.

Camera.ResetStereoViewMatrices

Reset the camera to using the Unity computed view matrices for all stereoscopic eyes.

Camera.SetStereoProjectionMatrices

Sets custom projection matrices for both the left and right stereoscopic eyes.

Camera.SetStereoProjectionMatrix

Sets a custom projection matrix for a specific stereoscopic eye.

Camera.SetStereoViewMatrices

Set custom view matrices for both eyes.

Camera.SetStereoViewMatrix

Sets a custom view matrix for a specific stereoscopic eye.

ParticleSystemRenderer.alignment

Control the direction that particles face.

ParticleSystemRenderer.allowRoll

Allow billboard particles to roll around their z-axis.

PlayerSettings.singlePassStereoRendering

Should Unity support single-pass stereo rendering?

PlayerSettings.stereoRenderingPath

Active stereo rendering path

PlayerSettings.virtualRealitySupported

Enable Virtual Reality support on the current build target.

QualitySettings.vSyncCount

Represents the number of vertical syncs that should pass between each frame.

Screen.currentResolution

The current screen resolution (Read Only).

SinglePassStereoMode.SideBySide

Render stereo to the left and right halves of a single, double-width render target.

Video3DLayout.OverUnder3D

Video contains 3D content where the left eye occupies the upper half and right eye occupies the lower half of video frames.

Video3DLayout.SideBySide3D

Video contains 3D content where the left eye occupies the left half and right eye occupies the right half of video frames.

XRSettings.LoadDeviceByName

Loads the requested device at the beginning of the next frame.

ClusterInput

Interface for reading and writing inputs in a Unity Cluster.

ClusterInput.GetAxis

Returns the axis value as a continous float.


Did you find this page useful? Please give it a rating: