C# Class PlayFabSharedSettings, PlayFabGameServer

Inheritance: UnityEngine.ScriptableObject
Mostrar archivo 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_oe property

public bool CompressApiData
return bool

DeveloperSecretKey public_oe property

public string DeveloperSecretKey
return string

EnableRealTimeLogging public_oe property

public bool EnableRealTimeLogging
return bool

LogCapLimit public_oe property

public int LogCapLimit
return int

LogLevel public_oe property

public PlayFabLogLevel LogLevel
return PlayFabLogLevel

LoggerHost public_oe property

public string LoggerHost
return string

LoggerPort public_oe property

public int LoggerPort
return int

ProductionEnvironmentPlayStreamUrl public_oe property

public string ProductionEnvironmentPlayStreamUrl
return string

ProductionEnvironmentUrl public_oe property

public string ProductionEnvironmentUrl
return string

RequestKeepAlive public_oe property

public bool RequestKeepAlive
return bool

RequestTimeout public_oe property

public int RequestTimeout
return int

RequestType public_oe property

public WebRequestType RequestType
return WebRequestType

TitleId public_oe property

public string TitleId
return string