|
|
|
|
|
|
visualizationEnabled = supportsVisualization; |
|
|
|
} |
|
|
|
|
|
|
|
/// <param name="scriptableRenderContext"></param>
|
|
|
|
/// <inheritdoc/>
|
|
|
|
protected override void OnBeginRendering(ScriptableRenderContext scriptableRenderContext) |
|
|
|
{ |
|
|
|
|
|
|
// Clear out all of the old entries...
|
|
|
|
hudPanel.RemoveEntries(this); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
for (var i = 0; i < entries.Count; i++) |
|
|
|
{ |
|
|
|
m_ClassCountValues[i] = new ClassCountValue() |
|
|
|