Enum ContentPublishingInfo.MetadataUpdateType
The type of metadata update to perform.
Namespace: Unity.Services.Ugc.Bridge.Editor
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public enum ContentPublishingInfo.MetadataUpdateType
Fields
Name | Description |
---|---|
ContentAndMetadata | Update both the content and the metadata. |
ContentOnly | Update only the content. |
MetadataOnly | Update only the metadata. |