Class CatalogMetadata
Class CatalogMetadata.
Namespace: Unity.Industrial.Forma.Core.AddressableSources
Syntax
public class CatalogMetadata : object
Fields
AddressablePackageVersion
The Addressable Package version
Declaration
public string AddressablePackageVersion
Field Value
Type | Description |
---|---|
String |
CatalogName
The catalog name
Declaration
public string CatalogName
Field Value
Type | Description |
---|---|
String |
FormaPackageVersion
The Forma Package version
Declaration
public string FormaPackageVersion
Field Value
Type | Description |
---|---|
String |
ProductCount
The product count
Declaration
public int ProductCount
Field Value
Type | Description |
---|---|
Int32 |
ProductProfiles
The product profiles
Declaration
public List<ProductVariantProfileMetadata> ProductProfiles
Field Value
Type | Description |
---|---|
List<ProductVariantProfileMetadata> |
RenderPipelinePackageNameAndVersion
The Render Pipeline Package name and version
Declaration
public string RenderPipelinePackageNameAndVersion
Field Value
Type | Description |
---|---|
String |
UnityEditorVersion
The Unity Editor version
Declaration
public string UnityEditorVersion
Field Value
Type | Description |
---|---|
String |