Class TiresiasSettings
Settings for the Tiresias module.
Inheritance
System.Object
TiresiasSettings
Namespace: Phoenix.Tiresias
Assembly: Phoenix.Plugin.Tiresias.dll
Syntax
[Serializable]
public class TiresiasSettings : SettingsCategoryBase
Constructors
View SourceTiresiasSettings()
Initializes a new instance of the TiresiasSettings class.
Declaration
public TiresiasSettings()
Properties
View SourceDefaultMinimumTextSize1080PFromConsole
Gets or sets the minimum default text size (px) at 1080P on Console.
Declaration
public int DefaultMinimumTextSize1080PFromConsole { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultMinimumTextSize1080PFromPc
Gets or sets the minimum default text size (px) at 1080P on PC.
Declaration
public int DefaultMinimumTextSize1080PFromPc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultMinimumTextSize2160PFromConsole
Gets or sets the minimum default text size (px) at 2160P on Console.
Declaration
public int DefaultMinimumTextSize2160PFromConsole { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DefaultMinimumTextSize2160PFromPc
Gets or sets the minimum default text size (px) at 2160P on PC.
Declaration
public int DefaultMinimumTextSize2160PFromPc { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ScaledTextSize1080PFromConsole
Gets or sets the minimum text size (px) at 1080P on console.
Declaration
public int ScaledTextSize1080PFromConsole { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ScaledTextSize1080PFromPC
Gets or sets the minimum text size (px) at 1080P on PC.
Declaration
public int ScaledTextSize1080PFromPC { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ScaledTextSize2160PFromConsole
Gets or sets the minimum text size (px) at 2160P on Console when text is scaled.
Declaration
public int ScaledTextSize2160PFromConsole { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ScaledTextSize2160PFromPC
Gets or sets the minimum text size (px) at 2160P on PC when text is scaled.
Declaration
public int ScaledTextSize2160PFromPC { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |