Aracılığıyla paylaş


DiagnosticsSettings Struct

Definition

Client tune-able settings for the diagnostics. Set through the WorldLockingManager.

[System.Serializable]
public struct DiagnosticsSettings
[<System.Serializable>]
type DiagnosticsSettings = struct
Public Structure DiagnosticsSettings
Inheritance
DiagnosticsSettings
Attributes

Fields

Enabled

Diagnostics can be disabled if unneeded to reclaim any lost performance.

MaxKilobytesPerFile

Max file size.

MaxNumberOfFiles

Limit number of auto-generated files.

StorageFileTemplate

Base for auto-generated unique filename.

StorageSubdirectory

Folder in which to keep diagnostics.

Properties

UseDefaults

Ignore set values and use default behavior. When set, will reset all values to defaults.

Methods

InitToDefaults()

Applies to