Class Build
- Namespace
- GuildWars2.Hero.Builds
- Assembly
- GW2SDK.dll
Information about the skills and traits in the build.
public sealed record Build : IEquatable<Build>
- Inheritance
-
Build
- Implements
- Inherited Members
Properties
- AquaticSkills
The selected skills for underwater.
- IsRangerBuild
Indicates whether Pets are present.
- IsRevenantBuild
Indicates whether Legends are present.
- Legends
The selected legends for Revenants, or
null
for other professions.
- Name
The player-chosen name of this build. Can be empty but not null.
- Pets
The selected pets for Rangers, or
null
for other professions.
- Profession
The profession that can use this build.
- Skills
The selected skills.
- Specialization1
The first selected specialization, or
null
if no specialization was selected.
- Specialization2
The second selected specialization, or
null
if no specialization was selected.
- Specialization3
The third selected specialization, or
null
if no specialization was selected.
Methods
- SelectedSkillIds()
Gets the IDs of the selected skills.
- SelectedSpecializationIds()
Gets the IDs of the selected specializations.
- SelectedTraitIds()
Gets the IDs of the selected traits.