All Classes Functions Enumerations Enumerator Pages
List of all members
PerformanceLabelPanel Class Reference

Inherits Component, Timer, and FloatingTileContent.

Detailed Description

Type-ID: PerformanceLabel

A simple text label that prints out system stats (voice count, CPU usage / memory usage). If you need more customization, use the scripting calls Engine.getCpuUsage()

PerformanceLabel Screenshot

Used base properties:

ID Description
ColourData::textColour the text colour
ColourData::bgColour the background colour
Font the font
FontSize the font size

Example JSON

``` const var data = { "Type": "PerformanceLabel", "Font": "Oxygen Bold", "FontSize": 18, "ColourData": { "textColour": "0xFFEEEEEE" } }; ```

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.