API (python)

Module Summary:

omni.volume

This module contains bindings to C++ carb::volume::IVolume interface.

Module Details::

omni.volume:

This module contains bindings to C++ carb::volume::IVolume interface.

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

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