SampleBrowserExtension#

class omni.kit.browser.sample.SampleBrowserExtension#

Bases: IExt

Browser Extension that can take paths from multiple extensions and use them together in one viewer.

Methods

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.

__init__(
self: omni.ext._extensions.IExt,
) None#
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.