SampleBrowserExtension#
- class omni.kit.browser.sample.SampleBrowserExtension#
Bases:
IExtBrowser Extension that can take paths from multiple extensions and use them together in one viewer.
Methods
Get the model for the extension.
Get the window object for the extension.
Run once as the extension shuts down.
on_startup(ext_id)Run once on startup of the extension.
- __init__(
- self: omni.ext._extensions.IExt,
- get_model()#
Get the model for the extension.
- get_window()#
Get the window object for the extension.
- on_shutdown()#
Run once as the extension shuts down.
- on_startup(ext_id)#
Run once on startup of the extension.