AwardInfo structure
Static data for an in-game reward/award item from the game table.
public struct AwardInfo : IEquatable<AwardInfo>| parameter | description |
|---|---|
| Id | Game-table award id. |
| Name | Localised award display name. |
| IconPath | Addressable path for the award’s icon sprite. |
| Quality | Quality tier (higher = rarer). |
Public Members
Section titled “Public Members”| name | description |
|---|---|
| AwardInfo(…) | Static data for an in-game reward/award item from the game table. |
| IconPath { get; set; } | Addressable path for the award’s icon sprite. |
| Id { get; set; } | Game-table award id. |
| Name { get; set; } | Localised award display name. |
| Quality { get; set; } | Quality tier (higher = rarer). |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.GameData