Class ContentType
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
[Serializable]
public class ContentType
Properties
ContentBuildingStepAsset
Declaration
public ContentBuildingStep ContentBuildingStepAsset { get; set; }
Property Value
ContentPublishingStepAsset
Declaration
public ContentPublishingStep ContentPublishingStepAsset { get; set; }
Property Value
ContentSelectionStepAsset
Declaration
public ContentSelectionStep ContentSelectionStepAsset { get; set; }
Property Value
ContentValidationStepAsset
Declaration
public ContentValidationStep ContentValidationStepAsset { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
UserAuthenticationStepAsset
Declaration
public UserAuthenticationStep UserAuthenticationStepAsset { get; set; }
Property Value