Enum KaijuLeaderboardDisplay
The display type for leaderboards on the Steam community.
Numeric - The scores are simple numerical values.
Numeric - The scores are times in seconds.
Milliseconds - The scores are times in milliseconds.
Namespace: KaijuSolutions.MultiplayerEngine
Syntax
public enum KaijuLeaderboardDisplay
Fields
| Name | Description |
|---|---|
| Milliseconds | The scores are times in milliseconds. |
| Numeric | The scores are simple numerical values. |
| Seconds | The scores are times in seconds. |