docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UniversalRenderPipelineRuntimeXRResources

    Class containing shader resources needed in URP for XR.

    Inheritance
    object
    UniversalRenderPipelineRuntimeXRResources
    Implements
    IRenderPipelineResources
    IRenderPipelineGraphicsSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Fields

    m_xrMirrorViewPS

    Declaration
    [SerializeField]
    [ResourcePath("Shaders/XR/XRMirrorView.shader", SearchType.ProjectPath)]
    public Shader m_xrMirrorViewPS
    Field Value
    Type Description
    Shader
    See Also
    Shader

    Properties

    version

    Version of the XR Resources

    Declaration
    public int version { get; }
    Property Value
    Type Description
    int
    See Also
    Shader

    xrMirrorViewPS

    XR Mirror View shader.

    Declaration
    public Shader xrMirrorViewPS { get; set; }
    Property Value
    Type Description
    Shader
    See Also
    Shader

    xrOcclusionMeshPS

    XR Occlusion mesh shader.

    Declaration
    public Shader xrOcclusionMeshPS { get; set; }
    Property Value
    Type Description
    Shader
    See Also
    Shader

    Implements

    IRenderPipelineResources
    IRenderPipelineGraphicsSettings

    See Also

    Shader
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)