docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IgnoreDataSource

    A source of IgnoreData to use for ignoring Graphics Tests. Inherit from this class to create a separable ignore data source.

    Inheritance
    object
    IgnoreDataSource
    Implements
    IEnumerable<IgnoreGraphicsTestData>
    IEnumerable
    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 abstract class IgnoreDataSource : IEnumerable<IgnoreGraphicsTestData>, IEnumerable

    Methods

    GetData()

    Retrieves the ignore data. Override this method and yield the ignore data objects.

    Declaration
    protected abstract IEnumerable<IgnoreGraphicsTestData> GetData()
    Returns
    Type Description
    IEnumerable<IgnoreGraphicsTestData>

    The ignore data for the data source.

    GetEnumerator()

    The enumerator for the ignore data source.

    Declaration
    public IEnumerator<IgnoreGraphicsTestData> GetEnumerator()
    Returns
    Type Description
    IEnumerator<IgnoreGraphicsTestData>

    An enumerator over the ignore data.

    Implements

    IEnumerable<T>
    IEnumerable
    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)