ValueModelHelper#
- class omni.ui.ValueModelHelper#
Bases:
pybind11_objectThe ValueModelHelper class provides the basic functionality for value widget classes. ValueModelHelper class is the base class for every standard widget that uses a AbstractValueModel. ValueModelHelper is an abstract class and itself cannot be instantiated. It provides a standard interface for interoperating with models.
Methods
__init__(*args, **kwargs)Attributes
model- __init__(*args, **kwargs)#