DockSpace

class omni.ui.DockSpace

Bases: pybind11_object

The DockSpace class represents Dock Space for the OS Window.

Methods

__init__(self, arg0, **kwargs)

Construct the main window, add it to the underlying windowing system, and makes it appear.

Attributes

dock_frame

This represents Styling opportunity for the Window background.

__init__(self: omni.ui._ui.DockSpace, arg0: object, **kwargs) None

Construct the main window, add it to the underlying windowing system, and makes it appear.

`kwargsdict`

See below

### Keyword Arguments:

property dock_frame

This represents Styling opportunity for the Window background.