SettingChangeSubscription

class omni.kit.app.SettingChangeSubscription(path: str, on_change: Callable)

Bases: object

Setting change subscription wrapper to make it scoped (auto unsubscribe on del)

Methods

__init__(path, on_change)

__init__(path: str, on_change: Callable)