ExtsWindow
- class omni.kit.window.extensions.window.ExtsWindow(on_visibility_changed_fn: Callable)
- Bases: - object- Extensions window - Parameters
- on_visibility_changed_fn (Callable) – Function called when window visibility changes. 
 - Methods - __init__(on_visibility_changed_fn)- Initializes the ExtsWindow with UI components and callback functions. - destroy()- Called by extension before destroying this object. - __init__(on_visibility_changed_fn: Callable)
- Initializes the ExtsWindow with UI components and callback functions. 
 - destroy()
- Called by extension before destroying this object. It doesn’t happen automatically. Without this hot reloading doesn’t work.