Quantum 3 3.0.13

Public Member Functions | List of all members
Quantum.Profiling.QuantumGraphSeriesMarker Class Reference

The rendering of a marker series. More...

Inheritance diagram for Quantum.Profiling.QuantumGraphSeriesMarker:
Quantum.Profiling.QuantumGraphSeries Quantum.QuantumMonoBehaviour

Public Member Functions

void SetColors (params Color[] colors)
 Set the marker colors in the material. Must have certain color fields: _Marker{0}Color. More...
 
- Public Member Functions inherited from Quantum.Profiling.QuantumGraphSeries
void Initialize ()
 
void Restore ()
 
virtual void SetValues (float[] values, int offset, int samples)
 Set the values to render More...
 

Additional Inherited Members

- Public Attributes inherited from Quantum.Profiling.QuantumGraphSeries
int Samples => _samples
 Returns the number of samples that can be displayed. More...
 
- Protected Member Functions inherited from Quantum.Profiling.QuantumGraphSeries
virtual void OnInitialize ()
 
virtual void OnRestore ()
 
- 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...
 

Detailed Description

The rendering of a marker series.

Member Function Documentation

◆ SetColors()

void Quantum.Profiling.QuantumGraphSeriesMarker.SetColors ( params Color[]  colors)
inline

Set the marker colors in the material. Must have certain color fields: _Marker{0}Color.

Parameters
colorsColor parameter