Table of Contents

Class ReloadPhaseItemVM

Namespace
TaleWorlds.MountAndBlade.ViewModelCollection.HUD
Assembly
TaleWorlds.MountAndBlade.ViewModelCollection.dll
public class ReloadPhaseItemVM : ViewModel, IViewModel, INotifyPropertyChanged
Inheritance
ReloadPhaseItemVM
Implements
Inherited Members

Constructors

ReloadPhaseItemVM(float, float)

public ReloadPhaseItemVM(float progress, float relativeDurationToMaxDuration)

Parameters

progress float
relativeDurationToMaxDuration float

Properties

Progress

[DataSourceProperty]
public float Progress { get; set; }

Property Value

float

RelativeDurationToMaxDuration

[DataSourceProperty]
public float RelativeDurationToMaxDuration { get; set; }

Property Value

float

Methods

Update(float, float)

public void Update(float progress, float relativeDurationToMaxDuration)

Parameters

progress float
relativeDurationToMaxDuration float

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).