docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TestResultWindow.TestResultViewItem

    Inheritance
    object
    TreeViewItem
    TestResultWindow.TestResultViewItem
    Implements
    IComparable<TreeViewItem>
    Inherited Members
    TreeViewItem.AddChild(TreeViewItem)
    TreeViewItem.CompareTo(TreeViewItem)
    TreeViewItem.ToString()
    TreeViewItem.id
    TreeViewItem.displayName
    TreeViewItem.depth
    TreeViewItem.hasChildren
    TreeViewItem.children
    TreeViewItem.parent
    TreeViewItem.icon
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: UnityEngine.Experimental.Rendering
    Assembly: UnityEditor.TestTools.Graphics.dll
    Syntax
    [Serializable]
    public class TestResultWindow.TestResultViewItem : TreeViewItem, IComparable<TreeViewItem>

    Constructors

    TestResultViewItem(int, int, string, GraphicsTestCase)

    Declaration
    public TestResultViewItem(int id, int depth, string displayName, GraphicsTestCase testCase)
    Parameters
    Type Name Description
    int id
    int depth
    string displayName
    GraphicsTestCase testCase

    Fields

    testCase

    Declaration
    public GraphicsTestCase testCase
    Field Value
    Type Description
    GraphicsTestCase

    Implements

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