UsdMatrixItem#
- class omni.kit.property.usd.UsdMatrixItem(model)#
 Bases:
AbstractItemA class representing a USD matrix item in the user interface.
This class encapsulates a USD matrix item, typically used in user interfaces for visualizing or interacting with 4x4 transformation matrices. It is a specialized UI element that holds a model representing the matrix data.
- Parameters:
 model – The model holding the matrix data.
Methods
__init__(model)Initializes a new instance of UsdMatrixItem.
- __init__(model)#
 Initializes a new instance of UsdMatrixItem.