StyleGroupItem#
- class omni.kit.window.inspector.style.style_model.StyleGroupItem(
- type_name: str,
- style_dict: dict,
- parent_model: StyleModel,
Bases:
AbstractItemA single AbstractItemModel item that represents a single prim
Methods
__init__(self)delete()delete_item(item)get_model()- __init__(self: omni.ui._ui.AbstractItem) None#