EngineCreationFlags#
- class omni.usd.EngineCreationFlags#
 Bases:
pybind11_objectSpecifies the flags for the hydra engine creation.
Members:
NONE
MOTION_RAYTRACING_ENABLED
SKIP_ON_WORKER_PROCESS
Methods
__init__(self, value)Attributes
MOTION_RAYTRACING_ENABLEDNONESKIP_ON_WORKER_PROCESSvalue- __init__(
 - self: omni.usd._usd.EngineCreationFlags,
 - value: int,
 
- property name#