Show / Hide Table of Contents

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 Source

TiresiasSettings()

Initializes a new instance of the TiresiasSettings class.

Declaration
public TiresiasSettings()

Properties

View Source

DefaultMinimumTextSize1080PFromConsole

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
View Source

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
View Source

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
View Source

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
View Source

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
View Source

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
View Source

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
View Source

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
  • View Source
In This Article
Back to top Generated by DocFX