Class KeycardData
A class containing all possible properties of any keycard that aren't stored by the server.
public class KeycardData- Inheritance
- 
      
      KeycardData
- Inherited Members
- Extension Methods
Properties
Color
Gets or sets the color of this KeycardData.
public Color32? Color { get; set; }Property Value
- Color32?
ItemName
Gets or sets the item name of this KeycardData.
public string ItemName { get; set; }Property Value
Label
Gets or sets the label of this KeycardData.
public string Label { get; set; }Property Value
LabelColor
Gets or sets the label color of this KeycardData.
public Color32? LabelColor { get; set; }Property Value
- Color32?
NameTag
Gets or sets the name tag of this KeycardData.
public string NameTag { get; set; }Property Value
PermissionsColor
Gets or sets the permissions color of this KeycardData.
public Color32? PermissionsColor { get; set; }Property Value
- Color32?
Rank
Gets or sets the rank of this KeycardData.
public byte Rank { get; set; }Property Value
SerialNumber
Gets or sets the serial number of this KeycardData.
public string SerialNumber { get; set; }Property Value
Wear
Gets or sets the wear of this KeycardData.
public byte Wear { get; set; }