Enum WiringSystem
Identifies which runtime system a game setting should control. A setting only affects the
game when its Id matches a key configured on the matching service-settings asset
(e.g. UnityGameGraphicsSettings.QualityLevelKey). These values map to a concrete
target type + field through GameSettingWiringMap.
Namespace: Serenity.GameSettings.Application.Validation
Assembly: Serenity.Global.Application.dll
Syntax
public enum WiringSystem
Fields
| Name | Description |
|---|---|
| AudioMixerParam | |
| GraphicsFullscreen | |
| GraphicsQuality | |
| GraphicsResolution | |
| LocalizationGame | |
| LocalizationVoice | |
| None | |
| UiFontSize | |
| UiScale |