Class InfusionSlot
- Namespace
- GuildWars2.Items
- Assembly
- GW2SDK.dll
Information about an infusion slot of an ascended or legendary item.
[JsonConverter(typeof(InfusionSlotJsonConverter))]
public sealed record InfusionSlot : IEquatable<InfusionSlot>
- Inheritance
-
InfusionSlot
- Implements
- Inherited Members
Properties
- Flags
Flags that indicate which types of infusions can be used in this slot.
- ItemId
The ID of the default infusion in this slot. If the item has no default infusion, this value is
null
.