StageState#
- class omni.usd.StageState#
Bases:
pybind11_objectStage 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
CLOSEDCLOSINGOPENEDOPENINGvalue- __init__(
- self: omni.usd._usd.StageState,
- value: int,
- property name#