Class MissionFormationMarkerTargetVM
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class MissionFormationMarkerTargetVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
MissionFormationMarkerTargetVM
- Implements
- Inherited Members
Constructors
MissionFormationMarkerTargetVM(Formation)
public MissionFormationMarkerTargetVM(Formation formation)
Parameters
formation
Formation
Properties
Distance
[DataSourceProperty]
public float Distance { get; set; }
Property Value
Formation
public Formation Formation { get; }
Property Value
FormationType
[DataSourceProperty]
public string FormationType { get; set; }
Property Value
IsCenterOfFocus
[DataSourceProperty]
public bool IsCenterOfFocus { get; set; }
Property Value
IsEnabled
[DataSourceProperty]
public bool IsEnabled { get; set; }
Property Value
IsFormationTargetRelevant
[DataSourceProperty]
public bool IsFormationTargetRelevant { get; set; }
Property Value
IsInsideScreenBoundaries
[DataSourceProperty]
public bool IsInsideScreenBoundaries { get; set; }
Property Value
IsTargetingAFormation
[DataSourceProperty]
public bool IsTargetingAFormation { get; set; }
Property Value
ScreenPosition
[DataSourceProperty]
public Vec2 ScreenPosition { get; set; }
Property Value
Size
[DataSourceProperty]
public int Size { get; set; }
Property Value
TeamType
[DataSourceProperty]
public int TeamType { get; set; }
Property Value
WSign
[DataSourceProperty]
public int WSign { get; set; }
Property Value
Methods
GetFormationType(FormationClass)
public static string GetFormationType(FormationClass formationType)
Parameters
formationType
FormationClass
Returns
Refresh()
public void Refresh()
SetTargetedState(bool, bool)
public void SetTargetedState(bool isFocused, bool isTargetingAFormation)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).