Class TestResultWindow.TestResultViewItem | Graphics Tests Framework | 7.7.1-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class TestResultWindow.TestResultViewItem

    Inheritance
    Object
    TreeViewItem
    TestResultWindow.TestResultViewItem
    Inherited Members
    TreeViewItem.AddChild(TreeViewItem)
    UnityEditor.IMGUI.Controls.TreeViewItem.CompareTo(UnityEditor.IMGUI.Controls.TreeViewItem)
    UnityEditor.IMGUI.Controls.TreeViewItem.ToString()
    TreeViewItem.id
    TreeViewItem.displayName
    TreeViewItem.depth
    TreeViewItem.hasChildren
    TreeViewItem.children
    TreeViewItem.parent
    TreeViewItem.icon
    Namespace: UnityEngine.Experimental.Rendering
    Syntax
    [Serializable]
    public class TestResultViewItem : TreeViewItem, IComparable<TreeViewItem>

    Constructors

    TestResultViewItem(Int32, Int32, String, GraphicsTestCase)

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

    Fields

    testCase

    Declaration
    public GraphicsTestCase testCase
    Field Value
    Type Description
    GraphicsTestCase
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023