InspectorWindow#

class omni.kit.window.inspector.extension.InspectorWindow#

Bases: object

The inspector window

Methods

__init__()

destroy()

Called by extension before destroying this object.

set_visibility_changed_fn(func)

__init__()#
destroy()#

Called by extension before destroying this object. It doesn’t happen automatically. Without this hot reloading doesn’t work.