VisibilityModel#

class omni.kit.widget.stage.VisibilityModel(stage_item)#

Bases: AbstractValueModel

Methods

__init__(self)

Constructs AbstractValueModel.

destroy()

get_value_as_bool()

Reimplemented get bool

set_value(value)

Reimplemented set bool

Attributes

stage_item

__init__(self: omni.ui._ui.AbstractValueModel) None#

Constructs AbstractValueModel.

`kwargsdict`

See below

### Keyword Arguments:

get_value_as_bool() bool#

Reimplemented get bool

set_value(value: bool)#

Reimplemented set bool