Board

Board.Save

BoardSaveGameMetadataChange Class

Encapsulates required metadata for save game creation and updates.

public class BoardSaveGameMetadataChange

Inheritance System.Object 🡒 BoardSaveGameMetadataChange

Constructors  
BoardSaveGameMetadataChange() Initializes a new instance of the BoardSaveGameMetadataChange class
BoardSaveGameMetadataChange(string, Texture2D, ulong, string) Initializes a new instance of the BoardSaveGameMetadataChange class with the specified description, cover image, played time, and game version.
Properties  
coverImage Gets or sets the cover image of the saved game (will be converted to 432x243 PNG).
description Gets or sets the description of the saved game.
gameVersion Gets or sets he game version for the saved game.
playedTime Gets or sets how long the players have played the saved game in seconds.