FileFormatVersion#
- class omni.graph.core.FileFormatVersion#
Bases:
pybind11_object
Version number for the OmniGraph file format
Methods
__init__
(self, major_version, minor_version)Set up the values defining the file format version
Attributes
Major version, introduces incompatibilities
Minor version, introduces compatible changes only
- __init__(
- self: omni.graph.core._omni_graph_core.FileFormatVersion,
- major_version: int,
- minor_version: int,
Set up the values defining the file format version
- Parameters:
major_version (int) – Major version, introduces incompatibilities
minor_version (int) – Minor version, introduces compatible changes only
- property majorVersion#
Major version, introduces incompatibilities
- property minorVersion#
Minor version, introduces compatible changes only