The series value graph is used format, average values add graphical features to the graph rendering. More...
Public Member Functions | |
void | SetColors (Color normalColor, Color averageColor, Color threshold1Color, Color threshold2Color, Color threshold3Color) |
Set colors for the thresholds. More... | |
void | SetThresholds (float threshold1, float threshold2, float threshold3) |
Set the thresholds for color changes. More... | |
void | SetValues (float[] values, int offset, float minValue, float maxValue, float averageValue) |
Set the values to render More... | |
override void | SetValues (float[] values, int offset, int samples) |
Set the values to render | |
Public Member Functions inherited from Quantum.Profiling.QuantumGraphSeries | |
void | Initialize () |
void | Restore () |
Protected Member Functions | |
override void | OnInitialize () |
override void | OnRestore () |
Additional Inherited Members | |
Public Attributes inherited from Quantum.Profiling.QuantumGraphSeries | |
int | Samples => _samples |
Returns the number of samples that can be displayed. More... | |
Protected Attributes inherited from Quantum.Profiling.QuantumGraphSeries | |
Material | _material |
The material to render the graph. More... | |
int | _samples = 300 |
The number of samples that are displayed. More... | |
Image | _targetImage |
The target image to render the graphs in. More... | |
float[] | _values |
The values to render. More... | |
int | _valuesShaderPropertyID |
Cache shared property. More... | |
The series value graph is used format, average values add graphical features to the graph rendering.
|
inline |
Set the thresholds for color changes.
threshold1 | Threshold one |
threshold2 | Threshold two |
threshold3 | Threshold three |
|
inline |
Set colors for the thresholds.
normalColor | Normal color |
averageColor | Average color |
threshold1Color | Threshold one color |
threshold2Color | Threshold two color |
threshold3Color | Threshold three color |
|
inline |
Set the values to render
values | Values array |
offset | Offset to start reading values from the array |
minValue | Min value |
maxValue | Max value |
averageValue | Average value |