API (python)
Module Summary:
This module contains bindings to C++ carb::stats::IStats interface. |
Module Details::
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()}")