omni::core::kTypeFactoryArgsVersion

Defined in omni/core/ITypeFactory.h

constexpr uint16_t omni::core::kTypeFactoryArgsVersion = 1

The version number of a TypeFactoryArgs object being passed around. This is used to manage backward and forward compatibility checks when an implementation receives the object. Newer versions of a type factory implementation are expected to be able to handle the layout and content of any older version of this object.