Class AchievementCategory
- Namespace
- GuildWars2.Hero.Achievements.Categories
- Assembly
- GW2SDK.dll
Information about an achievement category.
[JsonConverter(typeof(AchievementCategoryJsonConverter))]
public sealed record AchievementCategory : IEquatable<AchievementCategory>
- Inheritance
-
AchievementCategory
- Implements
- Inherited Members
Properties
- Achievements
The achievements in this category.
- Description
The description of the category as it appears in the tooltip of a category.
- IconHref
The URL of the category icon as it appears in the achievement panel.
- IconUrl
The URL of the category icon as it appears in the achievement panel.
- Id
The achievement category ID.
- Name
The name of the category as it appears in the sidebar of the achievement panel.
- Order
The display order of the category in the sidebar of the achievement panel.
- Tomorrow
Tomorrow's achievements in this category in the case of achievements that change on a daily basis.