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