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
Properties
Angle
public float Angle { get; }
Property Value
Distance
[DataSourceProperty]
public int Distance { get; set; }
Property Value
FullPosition
[DataSourceProperty]
public float FullPosition { get; set; }
Property Value
IsPrimary
[DataSourceProperty]
public bool IsPrimary { get; set; }
Property Value
Position
[DataSourceProperty]
public float Position { get; set; }
Property Value
Text
[DataSourceProperty]
public string Text { get; set; }
Property Value
Methods
Refresh(float, float, float)
public void Refresh(float circleX, float x, float distance)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).