StageState

class omni.usd.StageState

Bases: pybind11_object

Stage states.

Members:

CLOSED : Stage is closed.

CLOSING : Stage is in progress of closing.

OPENING : Stage is in progress of opening.

OPENED : Stage is opened.

Methods

__init__(self, value)

Attributes

CLOSED

CLOSING

OPENED

OPENING

name

value

__init__(self: omni.usd._usd.StageState, value: int) None
property name