BundleChangeType
- class omni.graph.core.BundleChangeType
Bases:
pybind11_object
Enumeration representing the type of change that occurred in a bundle.
This enumeration is used to identify the kind of modification that has taken place in a bundle or attribute. It’s used as the return type for functions that check bundles and attributes, signaling whether those have been modified or not.
Members:
NONE : Indicates that no change has occurred in the bundle.
MODIFIED : Indicates that the bundle has been modified.
Methods
__init__
(self, value)Attributes
MODIFIED
NONE
value
- __init__(self: omni.graph.core._omni_graph_core.BundleChangeType, value: int) None
- property name