Class AgentInteractionInterfaceVM
- Namespace
- TaleWorlds.MountAndBlade.ViewModelCollection
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class AgentInteractionInterfaceVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
AgentInteractionInterfaceVM
- Implements
- Inherited Members
Constructors
AgentInteractionInterfaceVM(Mission)
public AgentInteractionInterfaceVM(Mission mission)
Parameters
mission
Mission
Properties
BackgroundColor
[DataSourceProperty]
public string BackgroundColor { get; set; }
Property Value
FocusType
[DataSourceProperty]
public int FocusType { get; set; }
Property Value
IsActive
[DataSourceProperty]
public bool IsActive { get; set; }
Property Value
IsFocusedOnExit
[DataSourceProperty]
public bool IsFocusedOnExit { get; set; }
Property Value
PrimaryInteractionMessage
[DataSourceProperty]
public string PrimaryInteractionMessage { get; set; }
Property Value
SecondaryInteractionMessage
[DataSourceProperty]
public string SecondaryInteractionMessage { get; set; }
Property Value
ShowHealthBar
[DataSourceProperty]
public bool ShowHealthBar { get; set; }
Property Value
TargetHealth
[DataSourceProperty]
public int TargetHealth { get; set; }
Property Value
TextColor
[DataSourceProperty]
public string TextColor { get; set; }
Property Value
Methods
OnFocusedHealthChanged(IFocusable, float, bool)
public void OnFocusedHealthChanged(IFocusable focusable, float healthPercentage, bool hideHealthbarWhenFull)
Parameters
focusable
IFocusablehealthPercentage
floathideHealthbarWhenFull
bool
ResetFocus()
public void ResetFocus()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).