TitleInfo structure
Static data for a player title from the game table.
public struct TitleInfo : IEquatable<TitleInfo>| parameter | description |
|---|---|
| Id | Game-table title id. |
| Name | Localised title display name. |
| Description | Localised title description text. |
| ColorRgba | Packed RGBA colour for the title text (format matches FromHex). |
Public Members
Section titled “Public Members”| name | description |
|---|---|
| TitleInfo(…) | Static data for a player title from the game table. |
| ColorRgba { get; set; } | Packed RGBA colour for the title text (format matches FromHex). |
| Description { get; set; } | Localised title description text. |
| Id { get; set; } | Game-table title id. |
| Name { get; set; } | Localised title display name. |
See Also
Section titled “See Also”- namespace Stellar.Abstractions.Domain.GameData