Class Nameplate
- Namespace
- NetCord
- Assembly
- NetCord.dll
public class Nameplate : IJsonModel<JsonNameplate>
- Inheritance
-
Nameplate
- Implements
- Inherited Members
Constructors
Nameplate(JsonNameplate)
public Nameplate(JsonNameplate jsonModel)
Parameters
jsonModelJsonNameplate
Properties
Asset
The path to the nameplate asset.
public string Asset { get; }
Property Value
Label
The label of this nameplate.
public string Label { get; }
Property Value
Palette
Background color of the nameplate.
public string Palette { get; }
Property Value
SkuId
The ID of the nameplate SKU.
public ulong SkuId { get; }