Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::PerformanceInfoProperties Struct Reference

Configurable performance info display properties. More...

#include <kanzi/core.ui/application/performance_info_properties.hpp>

Public Attributes

string graphFilter
 Semicolon-separated list of names of main loop tasks to be shown in HUD graphs. More...
 
int positionX
 X position of the HUD text. More...
 
int positionY
 Y position of the HUD text. More...
 

Detailed Description

Configurable performance info display properties.

Member Data Documentation

int kanzi::PerformanceInfoProperties::positionX

X position of the HUD text.

int kanzi::PerformanceInfoProperties::positionY

Y position of the HUD text.

string kanzi::PerformanceInfoProperties::graphFilter

Semicolon-separated list of names of main loop tasks to be shown in HUD graphs.


The documentation for this struct was generated from the following file: