docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum IgnoreGraphicsTestMode

    Enumeration for the different modes of ignoring graphics tests.

    Namespace: UnityEngine.TestTools.Graphics
    Assembly: UnityEngine.TestTools.Graphics.dll
    Syntax
    public enum IgnoreGraphicsTestMode

    Fields

    Name Description
    MatchEnd

    Ignore the test case if the pattern matches the end of the test case name.

    MatchExact

    Ignore the test case if the pattern matches the test case name exactly.

    MatchRegex

    Ignore the test case if the pattern matches the test case name using a regular expression.

    MatchRegexIgnoreCase

    Ignore the test case if the pattern matches the test case name using a regular expression, ignoring case.

    MatchStart

    Ignore the test case if the pattern matches the start of the test case name.

    In This Article
    Back to top
    Copyright © 2026 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)