Class GraphLayerBase | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class GraphLayerBase

    Inheritance
    System.Object
    GraphLayerBase
    GraphLayerBarChartMesh
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: UnityEditor.ResourceManagement.Diagnostics
    Syntax
    public class GraphLayerBase : IGraphLayer

    Constructors

    GraphLayerBase(Int32, String, String, Color)

    Declaration
    public GraphLayerBase(int stream, string name, string description, Color color)
    Parameters
    Type Name Description
    System.Int32 stream
    System.String name
    System.String description
    Color color

    Properties

    Description

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    System.String
    Implements
    IGraphLayer.Description

    GraphColor

    Declaration
    public Color GraphColor { get; }
    Property Value
    Type Description
    Color
    Implements
    IGraphLayer.GraphColor

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String
    Implements
    IGraphLayer.Name

    Stream

    Declaration
    public int Stream { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    Draw(EventDataSet, Rect, Int32, Int32, Int32, Boolean, Material, Int32)

    Declaration
    public virtual void Draw(EventDataSet dataSet, Rect rect, int startFrame, int frameCount, int inspectFrame, bool expanded, Material material, int maxValue)
    Parameters
    Type Name Description
    EventDataSet dataSet
    Rect rect
    System.Int32 startFrame
    System.Int32 frameCount
    System.Int32 inspectFrame
    System.Boolean expanded
    Material material
    System.Int32 maxValue
    Implements
    IGraphLayer.Draw(EventDataSet, Rect, Int32, Int32, Int32, Boolean, Material, Int32)
    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