ArrowHelper#
- class omni.ui.ArrowHelper#
Bases:
pybind11_object
The ArrowHelper widget provides a colored rectangle to display.
Methods
__init__
(*args, **kwargs)Attributes
This property holds the height of the begin arrow.
This property holds the type of the begin arrow can only be eNone or eRrrow.
This property holds the width of the begin arrow.
This property holds the height of the end arrow.
This property holds the type of the end arrow can only be eNone or eRrrow.
This property holds the width of the end arrow.
- __init__(*args, **kwargs)#
- property begin_arrow_height#
This property holds the height of the begin arrow.
- property begin_arrow_type#
This property holds the type of the begin arrow can only be eNone or eRrrow. By default, the arrow type is eNone.
- property begin_arrow_width#
This property holds the width of the begin arrow.
- property end_arrow_height#
This property holds the height of the end arrow.
- property end_arrow_type#
This property holds the type of the end arrow can only be eNone or eRrrow. By default, the arrow type is eNone.
- property end_arrow_width#
This property holds the width of the end arrow.