Enum SteamIconSize
The icon size we want. Note that the below sizes are the official ones from the Steamworks API documentation, but actual icon sizes do not seem to be guaranteed to match these values.
Large = 128 x 128.
Medium = 64 x 64.
Small = 32 x 32.
None = No icon.
Namespace: KaijuSolutions.SteamMultiplayerEngine
Syntax
public enum SteamIconSize : byte
Fields
Name | Description |
---|---|
Large | 128 x 128. |
Medium | 64 x 64. |
None | No icon. |
Small | 32 x 32. |