Class DyeSlotInfo
- Namespace
- GuildWars2.Hero.Equipment.Wardrobe
- Assembly
- GW2SDK.dll
Information about the default dyes for a piece of armor.
[JsonConverter(typeof(DyeSlotInfoJsonConverter))]
public sealed record DyeSlotInfo : IEquatable<DyeSlotInfo>
- Inheritance
-
DyeSlotInfo
- Implements
- Inherited Members
Properties
- AsuraFemale
The dye slots for Asuran females, which override the Default if not null .
- CharrFemale
The dye slots for Charr females, which override the Default if not null .
- Default
The default dyes for the armor to use when there are no overrides.
- HumanFemale
The dye slots for Human females, which override the Default if not null .
- NornFemale
The dye slots for Norn females, which override the Default if not null .
- SylvariFemale
The dye slots for Sylvari females, which override the Default if not null .
- SylvariMale
The dye slots for Sylvari males, which override the Default if not null .