Class ProfileSelectionVM
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class ProfileSelectionVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
ProfileSelectionVM
- Implements
- Inherited Members
Constructors
ProfileSelectionVM(bool)
public ProfileSelectionVM(bool isDirectPlayPossible)
Parameters
isDirectPlayPossible
bool
Properties
IsPlayEnabled
[DataSourceProperty]
public bool IsPlayEnabled { get; set; }
Property Value
PlayKey
[DataSourceProperty]
public InputKeyItemVM PlayKey { get; set; }
Property Value
PlayText
[DataSourceProperty]
public string PlayText { get; set; }
Property Value
SelectProfileKey
[DataSourceProperty]
public InputKeyItemVM SelectProfileKey { get; set; }
Property Value
SelectProfileText
[DataSourceProperty]
public string SelectProfileText { get; set; }
Property Value
Methods
OnActivate(bool)
public void OnActivate(bool isDirectPlayPossible)
Parameters
isDirectPlayPossible
bool
OnFinalize()
public override void OnFinalize()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).