Class GraphLayerBase
Inheritance
System.Object
GraphLayerBase
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
GraphColor
Declaration
public Color GraphColor { get; }
Property Value
| Type | Description |
|---|---|
| Color |
Implements
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
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 |