Table of Contents

Class DualSidedLeaderboardUI.VoteButton

Namespace
Uncreated.Warfare.Layouts.UI.Leaderboards
Assembly
Uncreated.Warfare.dll
public class DualSidedLeaderboardUI.VoteButton : PatternRoot, IElement
Inheritance
PatternRoot<UnturnedUIElement>
PatternRoot
DualSidedLeaderboardUI.VoteButton
Implements
IElement
Inherited Members
PatternRoot<UnturnedUIElement>.ToString()
PatternRoot<UnturnedUIElement>.GetHashCode()
PatternRoot<UnturnedUIElement>.Root

Properties

Button

[Pattern("Vote_Gamemode_{0}", PresetPaths = new string?[] { "./Label" })]
public required LabeledButton Button { get; set; }

Property Value

LabeledButton

Image

[Pattern("Background")]
public required UnturnedImage Image { get; set; }

Property Value

UnturnedImage

Label

[Pattern("Votes")]
public required UnturnedLabel Label { get; set; }

Property Value

UnturnedLabel

Votes

[Pattern("Votes", AdditionalPath = "Vote_Gamemode_{0}")]
public required UnturnedLabel Votes { get; set; }

Property Value

UnturnedLabel