acquire_app_window_factory_interface#

omni.appwindow.acquire_app_window_factory_interface(
plugin_name: str = None,
library_path: str = None,
) omni::kit::IAppWindowFactory#

Gets application window factory interface from either plugin name or library path, default to library path if that is defined.

Parameters:
  • plugin_name – The plugin name for binding.

  • library_path – The library path for binding.

Returns:

The application window factory interface from either plugin name or library path.