docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RuntimeSettings

    Helper class for runtime automated graphics tests.

    Inheritance
    object
    RuntimeSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.TestTools.Graphics
    Assembly: UnityEngine.TestTools.Graphics.dll
    Syntax
    public static class RuntimeSettings

    Properties

    reuseTestsForRenderGraph

    Use this property to check if standard images (non-RG) should be used as reference when running tests in RenderGraph mode.

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

    reuseTestsForXR

    Use this property to check if standard images (non-XR) should be used as reference when running tests in XR mode.

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

    saveActualImages

    Use this property to check if all actual images should be saved when running tests.

    Declaration
    public static bool saveActualImages { get; }
    Property Value
    Type Description
    bool
    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)