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