docs.unity.cn
    Show / Hide Table of Contents

    Class ARRenderingUtils

    A utilities class for containing universally useful Rendering operations and information for rendering AR.

    Inheritance
    Object
    ARRenderingUtils
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: UnityEngine.XR.ARSubsystems
    Syntax
    public static class ARRenderingUtils

    Properties

    useLegacyRenderPipeline

    Whether to use the legacy rendering pipeline.

    Declaration
    public static bool useLegacyRenderPipeline { get; }
    Property Value
    Type Description
    Boolean

    true if the legacy render pipeline is in use. Otherwise, false.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, July 14, 2023