C# Класс Alexandria.GameInstance

This describes an instance of a game.
Показать файл Открыть проект

Открытые методы

Метод Описание
GameInstance ( Game game, string path ) : System

Initialise the instance.

GameInstance ( string source ) : System

Decode the instance from the source text.

ToSource ( ) : string

Convert to a string representation of the GameInstance, which is "CurrentSourceVersion\tGameGuid\tGameName\tPath".

Описание методов

GameInstance() публичный метод

Initialise the instance.
public GameInstance ( Game game, string path ) : System
game Game
path string
Результат System

GameInstance() публичный метод

Decode the instance from the source text.
public GameInstance ( string source ) : System
source string
Результат System

ToSource() публичный метод

Convert to a string representation of the GameInstance, which is "CurrentSourceVersion\tGameGuid\tGameName\tPath".
public ToSource ( ) : string
Результат string