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
The current SceneView this item is parented to.
This property holds whether the item is visible.
- __init__(*args, **kwargs)#
- compute_visibility( ) 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,
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.