C# Class GA_SystemTracker, TheUnseen

Inheritance: MonoBehaviour
Exibir arquivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
ErrorFoldOut bool
FpsCirticalSubmitInterval int
FpsCriticalThreshold int
GA_SYSTEMTRACKER GA_SystemTracker,
GuiAllowScreenshot bool
GuiEnabled bool
IncludeSceneChange bool
IncludeSystemSpecs bool
MaxErrorCount int
SubmitErrorStackTrace bool
SubmitErrorSystemInfo bool
SubmitErrors bool
SubmitFpsAverage bool
SubmitFpsCritical bool
UseForSubsequentLevels bool

Public Methods

Method Description
Awake ( ) : void
Start ( ) : void

Setup involving other components

Private Methods

Method Description
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Start() public method

Setup involving other components
public Start ( ) : void
return void

Property Details

ErrorFoldOut public_oe property

public bool ErrorFoldOut
return bool

FpsCirticalSubmitInterval public_oe property

public int FpsCirticalSubmitInterval
return int

FpsCriticalThreshold public_oe property

public int FpsCriticalThreshold
return int

GA_SYSTEMTRACKER public_oe static_oe property

public static GA_SystemTracker, GA_SYSTEMTRACKER
return GA_SystemTracker,

GuiAllowScreenshot public_oe property

public bool GuiAllowScreenshot
return bool

GuiEnabled public_oe property

public bool GuiEnabled
return bool

IncludeSceneChange public_oe property

public bool IncludeSceneChange
return bool

IncludeSystemSpecs public_oe property

public bool IncludeSystemSpecs
return bool

MaxErrorCount public_oe property

public int MaxErrorCount
return int

SubmitErrorStackTrace public_oe property

public bool SubmitErrorStackTrace
return bool

SubmitErrorSystemInfo public_oe property

public bool SubmitErrorSystemInfo
return bool

SubmitErrors public_oe property

public bool SubmitErrors
return bool

SubmitFpsAverage public_oe property

public bool SubmitFpsAverage
return bool

SubmitFpsCritical public_oe property

public bool SubmitFpsCritical
return bool

UseForSubsequentLevels public_oe property

public bool UseForSubsequentLevels
return bool