Overview

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

alt text

Usage

from omni.replicator.playcontrols.widget import PlaybackControl as _PlaybackControl
from omni.replicator.playcontrols.widget import TimeSlider as _TimeSlider

playcontrols_create_ui = _PlayControl()  # hold the widget in a variable or it will crash
timeslider_create_ui = _TimeSlider()