omni.kit.app Functions

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)

log_deprecation

Log deprecation message.

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