Scene
- class omni.ui.scene.Scene
Bases:
AbstractContainer
Top level module string Represents the root of the scene and holds the shapes, gestures and managers.
Methods
__init__
(self, **kwargs)Constructor
Attributes
Return the number of buffers used.
- __init__(self: omni.ui_scene._scene.Scene, **kwargs) None
- Constructor
- `kwargsdict`
See below
### Keyword Arguments:
- `visible`
This property holds whether the item is visible.
- property draw_list_buffer_count
Return the number of buffers used. Using for unit testing.