Interface ILabelKeycard
- Namespace
- Exiled.API.Interfaces.Keycards
- Assembly
- Exiled.API.dll
An interface for CustomKeycardItem's with the Label property.
public interface ILabelKeycard- Extension Methods
Properties
Label
Gets or sets the label of this CustomKeycardItem.
string Label { get; set; }Property Value
LabelColor
Gets or sets the UnityEngine.Color of this CustomKeycardItem.
Color LabelColor { get; set; }Property Value
- Color