C# Class PlayFabSharedSettings, PlayFabGameServer

Inheritance: UnityEngine.ScriptableObject
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CompressApiData bool
DeveloperSecretKey string
EnableRealTimeLogging bool
LogCapLimit int
LogLevel PlayFabLogLevel
LoggerHost string
LoggerPort int
ProductionEnvironmentPlayStreamUrl string
ProductionEnvironmentUrl string
RequestKeepAlive bool
RequestTimeout int
RequestType WebRequestType
TitleId string

Property Details

CompressApiData public property

public bool CompressApiData
return bool

DeveloperSecretKey public property

public string DeveloperSecretKey
return string

EnableRealTimeLogging public property

public bool EnableRealTimeLogging
return bool

LogCapLimit public property

public int LogCapLimit
return int

LogLevel public property

public PlayFabLogLevel LogLevel
return PlayFabLogLevel

LoggerHost public property

public string LoggerHost
return string

LoggerPort public property

public int LoggerPort
return int

ProductionEnvironmentPlayStreamUrl public property

public string ProductionEnvironmentPlayStreamUrl
return string

ProductionEnvironmentUrl public property

public string ProductionEnvironmentUrl
return string

RequestKeepAlive public property

public bool RequestKeepAlive
return bool

RequestTimeout public property

public int RequestTimeout
return int

RequestType public property

public WebRequestType RequestType
return WebRequestType

TitleId public property

public string TitleId
return string