EngineCreationFlags#

class omni.usd.EngineCreationFlags#

Bases: pybind11_object

Specifies the flags for the hydra engine creation.

Members:

NONE

MOTION_RAYTRACING_ENABLED

SKIP_ON_WORKER_PROCESS

Methods

__init__(self, value)

Attributes

MOTION_RAYTRACING_ENABLED

NONE

SKIP_ON_WORKER_PROCESS

name

value

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