SettingsSearchableCombo
- class omni.kit.widget.settings.settings_widget.SettingsSearchableCombo(setting_path: str, key_value_pairs: dict, default_key: str)
Bases:
object
Searchable combo box, needs omni.kit.widget.searchable_combobox extensions
Methods
__init__
(setting_path, key_value_pairs, ...)destroy
()Destroy class and cleanup.
Gets current key selected in combo box.
get_key_from_value
(value)Gets key from value.
- __init__(setting_path: str, key_value_pairs: dict, default_key: str)
- destroy()
Destroy class and cleanup.
- get_current_key()
Gets current key selected in combo box.
- get_key_from_value(value)
Gets key from value.