Class Training
- Namespace
- GuildWars2.Hero.Training
- Assembly
- GW2SDK.dll
Information about a training track, which consists of a list of training objectives which can be completed by spending hero points.
public sealed record Training : IEquatable<Training>
- Inheritance
-
Training
- Implements
- Inherited Members
Properties
- Category
Indicates whether the training track unlocks skills, core specializations (traits) or elite specializations (both skills and traits).
- Id
The training track ID.
- Name
The name of the training track, for example Signet Training.
- Track
The objectives within the training track. The list type is abstract, the derived types are documented in the Objectives namespace.