ExtensionPathType#
Fully qualified name: omni::ext::ExtensionPathType
Defined in omni/ext/IExtensions.h
-
enum class omni::ext::ExtensionPathType#
An enum describing Extensions Path type.
Values:
-
enumerator eCollection#
Folder with extensions.
-
enumerator eDirectPath#
Direct path to extension (as single file or a folder)
-
enumerator eExt1Folder#
Deprecated Ext 1.0 Folder.
-
enumerator eCollectionUser#
Folder with extensions, read and stored in persistent settings.
-
enumerator eCollectionCache#
Folder with extensions, used for caching extensions downloaded from the registry.
-
enumerator eCount#
Count of items in this enumeration.
-
enumerator eCollection#