Class Title
- Namespace
- GuildWars2.Hero.Achievements.Titles
- Assembly
- GW2SDK.dll
Information about a title which can be obtained from achievements.
[JsonConverter(typeof(TitleJsonConverter))]
public sealed record Title : IEquatable<Title>
- Inheritance
-
Title
- Implements
- Inherited Members
Properties
- AchievementPointsRequired
The amount of points which will grant this title if it is not an achievement reward.
- Achievements
A list of achievement IDs which award this title. Can be null if the title is awarded by reaching some amount of points instead.
- Id
The title ID.
- Name
The title itself.