Class CompassTargetVM
- Namespace
- TaleWorlds.MountAndBlade.ViewModelCollection.HUD.Compass
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class CompassTargetVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
CompassTargetVM
- Implements
- Inherited Members
Constructors
CompassTargetVM(TargetIconType, uint, uint, BannerCode, bool, bool)
public CompassTargetVM(TargetIconType iconType, uint color, uint color2, BannerCode bannercode, bool isAttacker, bool isAlly)
Parameters
iconType
TargetIconTypecolor
uintcolor2
uintbannercode
BannerCodeisAttacker
boolisAlly
bool
Properties
Banner
[DataSourceProperty]
public ImageIdentifierVM Banner { get; set; }
Property Value
Color
[DataSourceProperty]
public string Color { get; set; }
Property Value
Color2
[DataSourceProperty]
public string Color2 { get; set; }
Property Value
Distance
[DataSourceProperty]
public int Distance { get; set; }
Property Value
FullPosition
[DataSourceProperty]
public float FullPosition { get; set; }
Property Value
IconSpriteType
[DataSourceProperty]
public string IconSpriteType { get; set; }
Property Value
IconType
[DataSourceProperty]
public string IconType { get; set; }
Property Value
IsAttacker
[DataSourceProperty]
public bool IsAttacker { get; set; }
Property Value
IsEnemy
[DataSourceProperty]
public bool IsEnemy { get; set; }
Property Value
IsFlag
[DataSourceProperty]
public bool IsFlag { get; set; }
Property Value
LetterCode
[DataSourceProperty]
public string LetterCode { get; set; }
Property Value
Position
[DataSourceProperty]
public float Position { get; set; }
Property Value
Methods
Refresh(float, float, float)
public virtual void Refresh(float circleX, float x, float distance)
Parameters
RefreshColor(uint, uint)
public void RefreshColor(uint color, uint color2)
Parameters
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).