SimpleBoolModel#
- class omni.ui.SimpleBoolModel#
Bases:
AbstractValueModel
A very simple bool model.
Methods
Attributes
This property holds the model's maximum value.
This property holds the model's minimum value.
- __init__(
- self: omni.ui._ui.SimpleBoolModel,
- default_value: bool = False,
- **kwargs,
- get_max(self: omni.ui._ui.SimpleBoolModel) bool #
- get_min(self: omni.ui._ui.SimpleBoolModel) bool #
- set_max(
- self: omni.ui._ui.SimpleBoolModel,
- arg0: bool,
- set_min(
- self: omni.ui._ui.SimpleBoolModel,
- arg0: bool,
- property max#
This property holds the model’s maximum value.
- property min#
This property holds the model’s minimum value.