Table of Contents

Class CacheServerSettings

Namespace
CodeBase.AcceleratorHelper
Assembly
4Experience.CodeBase.AcceleratorHelper.Editor.dll
[CreateAssetMenu(menuName = "4Experience/CodeBase/Cache Server/CacheServerSettings")]
public class CacheServerSettings : SingletonScriptableObject<CacheServerSettings>
Inheritance
Object
ScriptableObject
CacheServerSettings
Inherited Members
Extension Methods

Properties

CustomEndpoint

public string CustomEndpoint { get; private set; }

Property Value

string

LocalEndpoint

public string LocalEndpoint { get; private set; }

Property Value

string

RemoteEndpoint

public string RemoteEndpoint { get; private set; }

Property Value

string