UsdVectorItem
- class omni.kit.property.usd.UsdVectorItem(model)
Bases:
AbstractItem
A class for representing USD vector data in a UI context.
This class encapsulates a data model representing a vector, facilitating the interaction and display of vector data within a user interface. It inherits from `ui.AbstractItem`, leveraging the UI framework’s capabilities for item abstraction.
- Parameters
model – The data model associated with this vector item. It stores the vector data
components. (and allows for interaction with the UI) –
Methods
__init__
(model)Initializes a new instance of the UsdVectorItem.
- __init__(model)
Initializes a new instance of the UsdVectorItem.