Class MPChatLineVM
- Assembly
 - TaleWorlds.MountAndBlade.ViewModelCollection.dll
 
public class MPChatLineVM : ViewModel, IViewModel, INotifyPropertyChanged
  - Inheritance
 - 
      
      
      MPChatLineVM
 
- Implements
 
- Inherited Members
 
Constructors
MPChatLineVM(string, Color, string)
public MPChatLineVM(string chatLine, Color color, string category)
  Parameters
Properties
Alpha
[DataSourceProperty]
public float Alpha { get; set; }
  Property Value
Category
[DataSourceProperty]
public string Category { get; set; }
  Property Value
ChatLine
[DataSourceProperty]
public string ChatLine { get; set; }
  Property Value
Color
[DataSourceProperty]
public Color Color { get; set; }
  Property Value
Methods
ForceInvisible()
public void ForceInvisible()
  HandleFading(float)
public void HandleFading(float dt)
  Parameters
dtfloat
ToggleForceVisible(bool)
public void ToggleForceVisible(bool visible)
  Parameters
visiblebool
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).