ShareSessionLinkWindow#

class omni.kit.widget.live_session_management_ui.ShareSessionLinkWindow(session_model)#

Bases: object

ShareSessionLinkWindow serves for providing UX to select and copy Live Session link so that it can be easily shared to other users.

Parameters:

session_model (object) – The session model containing available Live Sessions.

Methods

__init__(session_model)

Initializes the ShareSessionLinkWindow for selecting and copying Live Session links.

destroy()

Destroys the window and cleans up all UI components and model connections.

Attributes

visible

Gets the current visibility state of the window.

__init__(session_model)#

Initializes the ShareSessionLinkWindow for selecting and copying Live Session links.

destroy()#

Destroys the window and cleans up all UI components and model connections.

property visible#

Gets the current visibility state of the window.

Returns:

True if the window is visible, False otherwise.

Return type:

bool