Class Settings
- Namespace
- Alis.Core.Ecs.System.Setting
- Assembly
- Alis.dll
The setting class
public class Settings : ISettingInheritance
Implements
Inherited Members
Constructors
Settings()
Initializes a new instance of the Alis.Core.Ecs.System.Setting.Settings class
public Settings()Settings(GeneralSetting, AudioSetting, GraphicSetting, InputSetting, NetworkSetting, PhysicSetting, SceneSetting)
Initializes a new instance of the Alis.Core.Ecs.System.Setting.Settings class
public Settings(GeneralSetting general, AudioSetting audio, GraphicSetting graphic, InputSetting input, NetworkSetting network, PhysicSetting physic, SceneSetting scene)Parameters
generalGeneralSetting-
The general
audioAudioSetting-
The audio
graphicGraphicSetting-
The graphic
inputInputSetting-
The input
networkNetworkSetting-
The network
physicPhysicSetting-
The physic
sceneSceneSetting-
The scene
Properties
Audio
Gets or sets the value of the audio
[JsonPropertyName("_Audio_")]
public AudioSetting Audio { get; set; }Property Value
General
Gets or sets the value of the general
[JsonPropertyName("_General_")]
public GeneralSetting General { get; set; }Property Value
Graphic
Gets or sets the value of the graphic
[JsonPropertyName("_Graphic_")]
public GraphicSetting Graphic { get; set; }Property Value
Input
Gets or sets the value of the input
[JsonPropertyName("_Input_")]
public InputSetting Input { get; set; }Property Value
Network
Gets or sets the value of the network
[JsonPropertyName("_Network_")]
public NetworkSetting Network { get; set; }Property Value
Physic
Gets or sets the value of the physic
[JsonPropertyName("_Physic_")]
public PhysicSetting Physic { get; set; }Property Value
Scene
Gets or sets the value of the scene
[JsonPropertyName("_Scene_")]
public SceneSetting Scene { get; set; }