Class InputSetting
- Namespace
- Alis.Core.Ecs.System.Setting.Input
- Assembly
- Alis.dll
The input setting class
public class InputSetting : IInputSetting, IBuilder<InputSettingBuilder>Inheritance
Implements
Inherited Members
Constructors
InputSetting()
Initializes a new instance of the Alis.Core.Ecs.System.Setting.Input.InputSetting class
public InputSetting()InputSetting(UpdateMode)
Initializes a new instance of the Alis.Core.Ecs.System.Setting.Input.InputSetting class
public InputSetting(UpdateMode updateMode)Parameters
updateModeUpdateMode-
The update mode
Properties
UpdateMode
Gets or sets the value of the update mode
[JsonPropertyName("_UpdateMode_")]
public UpdateMode UpdateMode { get; set; }Property Value
Methods
Builder()
Builders this instance
public InputSettingBuilder Builder()Returns
- InputSettingBuilder
-
The input setting builder