Class AnimatedNumberTextWidget
- Namespace
- TaleWorlds.GauntletUI.ExtraWidgets
- Assembly
- TaleWorlds.GauntletUI.ExtraWidgets.dll
public class AnimatedNumberTextWidget : TextWidget
- Inheritance
-
AnimatedNumberTextWidget
- Inherited Members
Constructors
AnimatedNumberTextWidget(UIContext)
public AnimatedNumberTextWidget(UIContext context)
Parameters
context
UIContext
Properties
AnimationDelay
[Editor(false)]
public float AnimationDelay { get; set; }
Property Value
AnimationDuration
[Editor(false)]
public float AnimationDuration { get; set; }
Property Value
AutoStart
[Editor(false)]
public bool AutoStart { get; set; }
Property Value
Number
[Editor(false)]
public int Number { get; set; }
Property Value
ReferenceNumber
[Editor(false)]
public int ReferenceNumber { get; set; }
Property Value
Methods
OnUpdate(float)
protected override void OnUpdate(float dt)
Parameters
dt
float
Reset()
public void Reset()
StartAnimation()
public void StartAnimation()
This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).