Class CdnConfiguredEndpoint<T>
Helper class for managing CDN based endpoint configurations
Inherited Members
Namespace: Unity.Services.Core.Editor
Assembly: Unity.Services.Core.Editor.dll
Syntax
public class CdnConfiguredEndpoint<T> : EditorGameServiceRemoteConfiguration<T> where T : new()
Type Parameters
Name | Description |
---|---|
T | The object to populate with fields from the CDN JSON file |
Constructors
CdnConfiguredEndpoint()
Initializes a new instance of the CdnConfiguredEndpoint<T> class.
Declaration
public CdnConfiguredEndpoint()