API (python)

Module Summary:

omni.stats

This module contains bindings to C++ carb::stats::IStats interface.

Module Details::

omni.stats:

This module contains bindings to C++ carb::stats::IStats interface.

All the function are in omni.stats.IStats class, to get it use get_editor_interface method, which caches acquire interface call:

>>> import omni.stats
>>> e = omni.stats.get_stats_interface()
>>> print(f"Is UI hidden: {e.is_ui_hidden()}")