Kanzi  3.9.6
Kanzi Engine 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

◆ positionX

int kanzi::PerformanceInfoProperties::positionX

X position of the HUD text.

◆ positionY

int kanzi::PerformanceInfoProperties::positionY

Y position of the HUD text.

◆ graphFilter

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: