Class CCDPublisherData
Cloud content delivery custom publisher data
Namespace: UnityEditor.Industrial.Configuring.UI
Syntax
[Serializable]
public class CCDPublisherData : PublisherData, IPublisherData
Constructors
CCDPublisherData(String)
Constructor
Declaration
public CCDPublisherData(string displayName)
Parameters
Type | Name | Description |
---|---|---|
String | displayName |
Fields
CCD_API_KEY
The API key of your Cloud Content Delivery account
Declaration
[SerializeField]
public string CCD_API_KEY
Field Value
Type | Description |
---|---|
String |
CCD_BUCKET
The Cloud Content Delivery Bucket ID to use
Declaration
[SerializeField]
public CCDUtils.BucketData CCD_BUCKET
Field Value
Type | Description |
---|---|
CCDUtils.BucketData |
CCD_PROJECT_ID
The Cloud Content Delivery Project ID to use
Declaration
[SerializeField]
public string CCD_PROJECT_ID
Field Value
Type | Description |
---|---|
String |