Delegate KaijuStats.UserAchievementIconFetchedHandler
Delegate for getting the icon of an achievement.
Namespace: KaijuSolutions.MultiplayerEngine
Syntax
public delegate void UserAchievementIconFetchedHandler(ulong game, string achievement, bool achieved, Texture2D icon);
Parameters
| Type | Name | Description |
|---|---|---|
| System.UInt64 | game | The game this achievement is for. |
| System.String | achievement | The name of the achievement. |
| System.Boolean | achieved | If this icon is for the achieved or otherwise locked version. |
| Texture2D | icon | The icon itself, being NULL if there is no icon for this version of the achievement. |