OffsetLine

class omni.ui.OffsetLine

Bases: FreeLine

The free widget is the widget that is independent of the layout. It draws the line stuck to the bounds of other widgets.

Methods

__init__(self, arg0, arg1, **kwargs)

Attributes

bound_offset

The offset from the bounds of the widgets this line is stuck to.

offset

The offset to the direction of the line normal.

__init__(self: omni.ui._ui.OffsetLine, arg0: omni.ui._ui.Widget, arg1: omni.ui._ui.Widget, **kwargs) None
property bound_offset

The offset from the bounds of the widgets this line is stuck to.

property offset

The offset to the direction of the line normal.