omni.kit.app

Classes Summary:

IApp

IAppScripting

SettingChangeSubscription

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

Functions Summary:

deprecated

Decorator which can be used to mark functions as deprecated. It will result in warn log when the function is used.

get_app

Returns cached :class:`omni.kit.app.IApp` interface. (shorthand)

send_telemetry_event

Send generic telemetry event.

acquire_app_interface

acquire_app_interface(plugin_name: str = None, library_path: str = None) -> omni.kit.app._app.IApp

crash

crash() -> None