DockPreference

class omni.ui.DockPreference

Bases: pybind11_object

Members:

DISABLED

MAIN

RIGHT

LEFT

RIGHT_TOP

RIGHT_BOTTOM

LEFT_BOTTOM

Methods

__init__(self, value)

Attributes

DISABLED

LEFT

LEFT_BOTTOM

MAIN

RIGHT

RIGHT_BOTTOM

RIGHT_TOP

name

value

__init__(self: omni.ui._ui.DockPreference, value: int) None
property name