UsdVectorItem#
- class omni.kit.property.usd.UsdVectorItem(model)#
Bases:
AbstractItem
A class representing an item that handles vectors in USD.
This class is used to interact with vector-type data in USD (Universal Scene Description). It provides an interface for vector items that can be manipulated within the UI framework.
- Parameters:
model (
ui.AbstractItemModel
) – The model associated with this vector item.
Methods
__init__
(model)Initializes a new instance of the UsdVectorItem.
- __init__(model)#
Initializes a new instance of the UsdVectorItem.