Class MissionSiegeEngineMarkerTargetVM
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class MissionSiegeEngineMarkerTargetVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
MissionSiegeEngineMarkerTargetVM
- Implements
- Inherited Members
Constructors
MissionSiegeEngineMarkerTargetVM(SiegeWeapon, bool)
public MissionSiegeEngineMarkerTargetVM(SiegeWeapon engine, bool isEnemy)
Parameters
engine
SiegeWeaponisEnemy
bool
Properties
Distance
[DataSourceProperty]
public float Distance { get; set; }
Property Value
Engine
public SiegeWeapon Engine { get; }
Property Value
EngineType
[DataSourceProperty]
public string EngineType { get; set; }
Property Value
HitPoints
[DataSourceProperty]
public int HitPoints { get; set; }
Property Value
IsBehind
[DataSourceProperty]
public bool IsBehind { get; set; }
Property Value
IsEnabled
[DataSourceProperty]
public bool IsEnabled { get; set; }
Property Value
IsEnemy
[DataSourceProperty]
public bool IsEnemy { get; set; }
Property Value
ScreenPosition
[DataSourceProperty]
public Vec2 ScreenPosition { get; set; }
Property Value
Methods
Refresh()
public void Refresh()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).