C# 클래스 Alexandria.GameInstance

This describes an instance of a game.
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
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