Table of Contents

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

float

AnimationDuration

[Editor(false)]
public float AnimationDuration { get; set; }

Property Value

float

AutoStart

[Editor(false)]
public bool AutoStart { get; set; }

Property Value

bool

Number

[Editor(false)]
public int Number { get; set; }

Property Value

int

ReferenceNumber

[Editor(false)]
public int ReferenceNumber { get; set; }

Property Value

int

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).