AbstractItem

class omni.ui.scene.AbstractItem

Bases: pybind11_object

Methods

__init__(*args, **kwargs)

compute_visibility(self)

Calculate the effective visibility of this prim, as defined by its most ancestral invisible opinion, if any.

transform_space(self, arg0, arg1, arg2)

Transform the given point from the coordinate system fromspace to the coordinate system tospace.

Attributes

scene_view

The current SceneView this item is parented to.

visible

This property holds whether the item is visible.

__init__(*args, **kwargs)
compute_visibility(self: omni.ui_scene._scene.AbstractItem) bool

Calculate the effective visibility of this prim, as defined by its most ancestral invisible opinion, if any.

transform_space(self: omni.ui_scene._scene.AbstractItem, arg0: omni.ui_scene._scene.Space, arg1: omni.ui_scene._scene.Space, arg2: handle) object

Transform the given point from the coordinate system fromspace to the coordinate system tospace.

property scene_view

The current SceneView this item is parented to.

property visible

This property holds whether the item is visible.