Class ContentType
ContentType class.
Inherited Members
Namespace: Unity.Services.Ugc.Bridge.Editor
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
[Serializable]
public class ContentType
Properties
ContentBuildingStepAsset
Content building step asset
Declaration
public ContentBuildingStep ContentBuildingStepAsset { get; set; }
Property Value
Type | Description |
---|---|
ContentBuildingStep |
ContentPublishingStepAsset
Content publishing step asset
Declaration
public ContentPublishingStep ContentPublishingStepAsset { get; set; }
Property Value
Type | Description |
---|---|
ContentPublishingStep |
ContentSelectionStepAsset
Content selection step asset
Declaration
public ContentSelectionStep ContentSelectionStepAsset { get; set; }
Property Value
Type | Description |
---|---|
ContentSelectionStep |
ContentValidationStepAsset
Content validation step asset
Declaration
public ContentValidationStep ContentValidationStepAsset { get; set; }
Property Value
Type | Description |
---|---|
ContentValidationStep |
Name
Name of the content type
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
UserAuthenticationStepAsset
User authentication step asset
Declaration
public UserAuthenticationStep UserAuthenticationStepAsset { get; set; }
Property Value
Type | Description |
---|---|
UserAuthenticationStep |