Class GraphicSetting
- Namespace
- Alis.Core.Ecs.System.Setting.Graphic
- Assembly
- Alis.dll
The graphic setting class
public class GraphicSetting : IGraphicSetting, IBuilder<GraphicSettingBuilder>
Inheritance
Implements
Inherited Members
Constructors
GraphicSetting()
Initializes a new instance of the Alis.Core.Ecs.System.Setting.Graphic.GraphicSetting class
public GraphicSetting()
GraphicSetting(Window)
Initializes a new instance of the Alis.Core.Ecs.System.Setting.Graphic.GraphicSetting class
public GraphicSetting(Window window)
Parameters
window
Window-
The window
Properties
Target
Gets or sets the value of the target
[JsonPropertyName("_Target_")]
public string Target { get; set; }
Property Value
TargetFrames
The targetframes
[JsonPropertyName("_TargetFrames_")]
public double TargetFrames { get; set; }
Property Value
Window
Gets or sets the value of the window
[JsonPropertyName("_Window_")]
public Window Window { get; set; }
Property Value
Methods
Builder()
Builders this instance
public GraphicSettingBuilder Builder()
Returns
- GraphicSettingBuilder
-
The graphic setting builder
See Also
-
IBuilder<TOut>