UiSound

class omni.kit.uiaudio.UiSound

Bases: pybind11_object

An opaque object representing a loaded UI sound. This object is used for the IUiAudio interface. These objects may be passed to many of the other methods in the IUiAudio interface to operate on. These objects are acquired from the create_sound() method. The sound object will be destroyed when it is either cleared out (ie: assigned None) or gets garbage collected.

Methods

__init__(*args, **kwargs)

__init__(*args, **kwargs)