Class UniversalRenderPipelineRuntimeXRResources
Class containing shader resources needed in URP for XR.
Inherited Members
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
[Serializable]
[SupportedOnRenderPipeline(typeof(UniversalRenderPipelineAsset))]
[CategoryInfo(Name = "R: Runtime XR", Order = 1000)]
[HideInInspector]
public class UniversalRenderPipelineRuntimeXRResources : IRenderPipelineResources, IRenderPipelineGraphicsSettings
Properties
version
Version of the XR Resources
Declaration
public int version { get; }
Property Value
Type | Description |
---|---|
int |
See Also
xrMirrorViewPS
XR Mirror View shader.
Declaration
public Shader xrMirrorViewPS { get; set; }
Property Value
Type | Description |
---|---|
Shader |
See Also
xrMotionVector
XR MotionVector shader.
Declaration
public Shader xrMotionVector { get; set; }
Property Value
Type | Description |
---|---|
Shader |
See Also
xrOcclusionMeshPS
XR Occlusion mesh shader.
Declaration
public Shader xrOcclusionMeshPS { get; set; }
Property Value
Type | Description |
---|---|
Shader |