Class SkillBar
- Namespace
- GuildWars2.Hero.Builds
- Assembly
- GW2SDK.dll
Information about selected skills in a build.
public sealed record SkillBar : IEquatable<SkillBar>
- Inheritance
-
SkillBar
- Implements
- Inherited Members
Properties
- EliteSkillId
The ID of the elite skill or
null
if no elite skill was selected.
- HealSkillId
The ID of the heal skill or
null
if no heal skill was selected.
- UtilitySkillId1
The ID of the first utility skill or
null
if no utility skill was selected.
- UtilitySkillId2
The ID of the second utility skill or
null
if no utility skill was selected.
- UtilitySkillId3
The ID of the third utility skill or
null
if no utility skill was selected.
Methods
- SelectedSkillIds()
Gets the IDs of the selected skills.