Steamworks.Data.Achievement
Properties
float GlobalUnlocked { get; }
Returns the fraction (0-1) of users who have unlocked the specified achievement, or -1 if no data available.
Methods
Data.Image? GetIcon()
Gets the icon of the achievement. This can return a null image even though the image exists if the image
hasn't been downloaded by Steam yet. You can use GetIconAsync if you want to wait for the image to be downloaded.
async Task<Data.Image> GetIconAsync( int timeout = 5000 )
Gets the icon of the achievement, waits for it to load if we have to