Overview¶
This is the widget that let you create a panel that shows all attributes of a USD prim(s)

Usage¶
from omni.replicator.properties_pane.properties.widget import PropertyWidget as _PropertyWidget
properties_create_ui = _PropertyWidget(self._context) # hold the widget in a variable or it will crash
properties_create_ui.refresh(usd_paths)