Skip to content
Version 2.11.0
↓ Get the launcher

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).
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.