C# Class PlayFab.PlayFabDataGatherer

Datei anzeigen Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Company string
DataPath string
DeviceModel string
DeviceName string
DeviceType DeviceType
DeviceUniqueId string
GraphicsDeviceId int
GraphicsDeviceName string
GraphicsMemorySize int
GraphicsMultiThreaded bool
GraphicsShaderLevel int
GraphicsType GraphicsDeviceType
OperatingSystem string
PersistentDataPath string
Platform RuntimePlatform
ProcessorCount int
ProcessorFrequency int
ProcessorType string
ProductBundle string
ProductName string
RunInBackground bool
StreamingAssetsPath string
SupportsAccelerometer bool
SupportsGyroscope bool
SupportsLocationService bool
SystemMemorySize int
TargetFrameRate int
UnityVersion string
Version string

Public Methods

Method Description
GatherData ( ) : void
GenerateReport ( ) : string

Method Details

GatherData() public method

public GatherData ( ) : void
return void

GenerateReport() public method

public GenerateReport ( ) : string
return string

Property Details

Company public_oe property

public string Company
return string

DataPath public_oe property

public string DataPath
return string

DeviceModel public_oe property

public string DeviceModel
return string

DeviceName public_oe property

public string DeviceName
return string

DeviceType public_oe property

public DeviceType DeviceType
return DeviceType

DeviceUniqueId public_oe property

public string DeviceUniqueId
return string

GraphicsDeviceId public_oe property

public int GraphicsDeviceId
return int

GraphicsDeviceName public_oe property

public string GraphicsDeviceName
return string

GraphicsMemorySize public_oe property

public int GraphicsMemorySize
return int

GraphicsMultiThreaded public_oe property

public bool GraphicsMultiThreaded
return bool

GraphicsShaderLevel public_oe property

public int GraphicsShaderLevel
return int

GraphicsType public_oe property

public GraphicsDeviceType GraphicsType
return GraphicsDeviceType

OperatingSystem public_oe property

public string OperatingSystem
return string

PersistentDataPath public_oe property

public string PersistentDataPath
return string

Platform public_oe property

public RuntimePlatform Platform
return RuntimePlatform

ProcessorCount public_oe property

public int ProcessorCount
return int

ProcessorFrequency public_oe property

public int ProcessorFrequency
return int

ProcessorType public_oe property

public string ProcessorType
return string

ProductBundle public_oe property

public string ProductBundle
return string

ProductName public_oe property

public string ProductName
return string

RunInBackground public_oe property

public bool RunInBackground
return bool

StreamingAssetsPath public_oe property

public string StreamingAssetsPath
return string

SupportsAccelerometer public_oe property

public bool SupportsAccelerometer
return bool

SupportsGyroscope public_oe property

public bool SupportsGyroscope
return bool

SupportsLocationService public_oe property

public bool SupportsLocationService
return bool

SystemMemorySize public_oe property

public int SystemMemorySize
return int

TargetFrameRate public_oe property

public int TargetFrameRate
return int

UnityVersion public_oe property

public string UnityVersion
return string

Version public_oe property

public string Version
return string