C# Class Alexandria.Engines.Unreal.UnrealBaseGame

Base class of the Unreal Games.
Inheritance: Game
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
Detect ( ICollection instances ) : void
UnrealBaseGame ( Engine engine, string name, string iniFileName, System.Guid guid ) : System

Méthodes protégées

Méthode Description
SearchRegistry ( ) : string

Search the registry locations for this game, returning the path or null if not found.

Method Details

Detect() public méthode

public Detect ( ICollection instances ) : void
instances ICollection
Résultat void

SearchRegistry() protected abstract méthode

Search the registry locations for this game, returning the path or null if not found.
protected abstract SearchRegistry ( ) : string
Résultat string

UnrealBaseGame() public méthode

public UnrealBaseGame ( Engine engine, string name, string iniFileName, System.Guid guid ) : System
engine Engine
name string
iniFileName string
guid System.Guid
Résultat System