omni.resourcemonitor#

Submodules Summary:

omni.resourcemonitor.scripts

No submodule docstring provided

Classes Summary:

IResourceMonitor

PublicExtension

PublicExtension integrates a resource monitor into Omni UI by managing the resource monitor interface and preferences page registration. On startup, the extension acquires the resource monitor interface and checks application settings to determine whether the resource monitor preferences page should be enabled. If enabled, it subscribes to extension enable and disable events in order to register and unregister the preferences page with the application extension manager.

ResourceMonitorEventType

ResourceMonitor notification.

Functions Summary:

acquire_resource_monitor_interface

acquire_resource_monitor_interface(plugin_name: str = None, library_path: str = None) -> omni.resourcemonitor._resourceMonitor.IResourceMonitor

release_resource_monitor_interface

release_resource_monitor_interface(arg0: omni.resourcemonitor._resourceMonitor.IResourceMonitor) -> None