Class 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 GraphLayerBarChartMesh : GraphLayerBase, IGraphLayer
Constructors
GraphLayerBarChartMesh(Int32, String, String, Color)
Declaration
public GraphLayerBarChartMesh(int stream, string name, string description, Color color)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | stream | |
| System.String | name | |
| System.String | description | |
| Color | color |
Methods
Draw(EventDataSet, Rect, Int32, Int32, Int32, Boolean, Material, Int32)
Declaration
public override 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 |