Class SquadMenuUI.SquadMenuUIPlayerData
public class SquadMenuUI.SquadMenuUIPlayerData : IUnturnedUIData
- Inheritance
-
SquadMenuUI.SquadMenuUIPlayerData
- Implements
-
IUnturnedUIData
- Inherited Members
Properties
Element
The UI element that the data is linked to.
public UnturnedUIElement Element { get; }
Property Value
- UnturnedUIElement
IsViewing
public bool IsViewing { get; set; }
Property Value
Owner
The UI that the data is linked to.
public required UnturnedUI Owner { get; init; }
Property Value
- UnturnedUI
Player
The player that the data is linked to.
public required CSteamID Player { get; init; }
Property Value
- CSteamID