AbstractContainer#

class omni.ui.scene.AbstractContainer#

Bases: AbstractItem

Base class for all the items that have children.

Methods

__init__(*args, **kwargs)

clear(self)

Removes the container items from the container.

Attributes

__init__(*args, **kwargs)#
clear(
self: omni.ui_scene._scene.AbstractContainer,
) None#

Removes the container items from the container.