Show / Hide Table of Contents

Class CompassSettings

Compass settings.

Inheritance
System.Object
CompassSettings
Namespace: Phoenix.Controls.Compass
Assembly: Phoenix.Controls.Compass.dll
Syntax
[Serializable]
public class CompassSettings : SettingsCategoryBase

Constructors

View Source

CompassSettings()

Initializes a new instance of the CompassSettings class.

Declaration
public CompassSettings()

Properties

View Source

CanvasWidth

Gets the width of the canvas.

Declaration
public int CanvasWidth { get; }
Property Value
Type Description
System.Int32
View Source

DueEastMarginValue

Gets or sets the due east margin value.

Declaration
public int DueEastMarginValue { get; set; }
Property Value
Type Description
System.Int32
View Source

DueEastValue

Gets or sets the degrees for due east.

Declaration
public int DueEastValue { get; set; }
Property Value
Type Description
System.Int32
View Source

GameStateDataUpdateRate

Gets or sets the update rate (ms) for checking for new game state data.

Declaration
public double GameStateDataUpdateRate { get; set; }
Property Value
Type Description
System.Double
View Source

GameStateReconnectDelay

Gets or sets the delay (ms) between attempting to reconnect to a title.

Declaration
public double GameStateReconnectDelay { get; set; }
Property Value
Type Description
System.Double
View Source

HeightBuffer

Gets or sets the buffer of Z units above or below a player that determines if the object is on the same plane as the player vs. above or below the player.

Declaration
public int HeightBuffer { get; set; }
Property Value
Type Description
System.Int32
View Source

IndicatorMaxDistance

Gets or sets the maximum distance an object has to be before their indicator is the minimum size. The further the object, the smaller it appears until this distance is reached.

Declaration
public int IndicatorMaxDistance { get; set; }
Property Value
Type Description
System.Int32
View Source

IndicatorMinDistance

Gets or sets the minimum distance an object has to be before their indicator is the maximum size. The closer the object, the larger it appears until this distance is reached.

Declaration
public int IndicatorMinDistance { get; set; }
Property Value
Type Description
System.Int32
View Source

LengthScaleFactor

Gets or sets the scale factor for resizing the length of the compass canvas.

Declaration
public float LengthScaleFactor { get; set; }
Property Value
Type Description
System.Single
  • View Source
In This Article
Back to top Generated by DocFX