Steamworks account attributes reference
Understand the attributes available on Steamworks accounts when using the Platform Toolkit package.
Usage
You can use HasAttribute and GetAttribute on any IAccount object to make sure the attribute exists for the platform.
Attributes available on Steamworks
| Attribute name | Type | Description |
|---|---|---|
| PersonaName | string | A player's display name used for interfaces to the player. For more information, refer to GetPersonaName. |
| SmallFriendAvatar | Texture2D | A player's 32x32 profile image. For more information, refer to GetSmallFriendAvatar. |
| MediumFriendAvatar | Texture2D | A player's 64x64 profile image. For more information, refer to GetMediumFriendAvatar. |
| LargeFriendAvatar | Texture2D | A player's 128x128 profile image. For more information, refer to GetLargeFriendAvatar. |