TypeFactoryLoadFlags
- class omni.core.TypeFactoryLoadFlags
Bases:
pybind11_object
Base type for the flags used when registering plugins or implementations with the type factory. These are used to modify how the plugin or implementation is registered. No flags are currently defined. These flags will all have the prefix ``fTypeFactoryFlag``.
Members:
NONE : Flag to indicate that no special change in behavior should be used when registering a plugin or implementation.
Methods
__init__
(self, value)Attributes
NONE
value
- __init__(self: omni.core._core.TypeFactoryLoadFlags, value: int) None
- property name