C# Class Foundation.Server.ServerConfig

Configuration for Foundation Cloud Services
Inheritance: UnityEngine.ScriptableObject
显示文件 Open project: NVentimiglia/Unity3d-Foundation

Public Properties

Property Type Description
Key string
Path string

Private Methods

Method Description
Create ( ) : ServerConfig

Property Details

Key public_oe property

Application Key
public string Key
return string

Path public_oe property

URL to the Web API
public string Path
return string