Table of Contents

Class CompassMarkerVM

Namespace
TaleWorlds.MountAndBlade.ViewModelCollection.HUD.Compass
Assembly
TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class CompassMarkerVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
CompassMarkerVM
Implements
Inherited Members

Constructors

CompassMarkerVM(bool, float, string)

public CompassMarkerVM(bool isPrimary, float angle, string text)

Parameters

isPrimary bool
angle float
text string

Properties

Angle

public float Angle { get; }

Property Value

float

Distance

[DataSourceProperty]
public int Distance { get; set; }

Property Value

int

FullPosition

[DataSourceProperty]
public float FullPosition { get; set; }

Property Value

float

IsPrimary

[DataSourceProperty]
public bool IsPrimary { get; set; }

Property Value

bool

Position

[DataSourceProperty]
public float Position { get; set; }

Property Value

float

Text

[DataSourceProperty]
public string Text { get; set; }

Property Value

string

Methods

Refresh(float, float, float)

public void Refresh(float circleX, float x, float distance)

Parameters

circleX float
x float
distance float

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).