Skip to content

Class ModConfig

Definition

Namespace: StardewUI.Framework
Assembly: StardewUI.dll

Configuration settings for StardewUI.Framework.

public class ModConfig

Inheritance
Object ⇦ ModConfig

Members

Constructors

Name Description
ModConfig()

Properties

Name Description
Performance Settings related to performance optimization.
Tracing Settings related to performance tracing.

Details

Constructors

ModConfig()

public ModConfig();

Properties

Performance

Settings related to performance optimization.

public StardewUI.Framework.PerformanceConfig Performance { get; set; }
Property Value

PerformanceConfig


Tracing

Settings related to performance tracing.

public StardewUI.Framework.Diagnostics.TraceConfig Tracing { get; set; }
Property Value

TraceConfig