Class FaceGenPropertyVM
- Assembly
- TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class FaceGenPropertyVM : ViewModel, IViewModel, INotifyPropertyChanged
- Inheritance
-
FaceGenPropertyVM
- Implements
- Inherited Members
Constructors
FaceGenPropertyVM(int, double, double, TextObject, int, int, double, Action<int, float, bool, bool>, Action, Action, bool, bool)
public FaceGenPropertyVM(int keyNo, double min, double max, TextObject name, int keyTimePoint, int tabId, double value, Action<int, float, bool, bool> updateFace, Action addCommand, Action resetSliderPrevValuesCommand, bool isEnabled = true, bool isDiscrete = false)
Parameters
keyNo
intmin
doublemax
doublename
TextObjectkeyTimePoint
inttabId
intvalue
doubleupdateFace
Action<int, float, bool, bool>addCommand
ActionresetSliderPrevValuesCommand
ActionisEnabled
boolisDiscrete
bool
Fields
KeyNo
public int KeyNo
Field Value
PrevValue
public double PrevValue
Field Value
Properties
IsDiscrete
[DataSourceProperty]
public bool IsDiscrete { get; set; }
Property Value
IsEnabled
[DataSourceProperty]
public bool IsEnabled { get; set; }
Property Value
KeyTimePoint
public int KeyTimePoint { get; }
Property Value
Max
[DataSourceProperty]
public float Max { get; set; }
Property Value
Min
[DataSourceProperty]
public float Min { get; set; }
Property Value
Name
[DataSourceProperty]
public string Name { get; set; }
Property Value
TabID
[DataSourceProperty]
public int TabID { get; set; }
Property Value
Value
[DataSourceProperty]
public float Value { get; set; }
Property Value
Methods
Randomize()
public void Randomize()
RefreshValues()
public override void RefreshValues()
Reset()
public void Reset()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).