StageState

class omni.usd.StageState

Bases: pybind11_object

Stage states. The current stage state of the UsdContext.

Members:

CLOSED : Stage closed.

CLOSING : Stage closing.

OPENING : Stage opening.

OPENED : Stage opened.

Methods

__init__(self, value)

Attributes

CLOSED

CLOSING

OPENED

OPENING

name

value

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