C# Класс Alexandria.Engines.Unreal.UnrealBaseGame

Base class of the Unreal Games.
Наследование: Game
Показать файл Открыть проект

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

Метод Описание
Detect ( ICollection instances ) : void
UnrealBaseGame ( Engine engine, string name, string iniFileName, System.Guid guid ) : System

Защищенные методы

Метод Описание
SearchRegistry ( ) : string

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

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

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

public Detect ( ICollection instances ) : void
instances ICollection
Результат void

SearchRegistry() защищенный абстрактный метод

Search the registry locations for this game, returning the path or null if not found.
protected abstract SearchRegistry ( ) : string
Результат string

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

public UnrealBaseGame ( Engine engine, string name, string iniFileName, System.Guid guid ) : System
engine Engine
name string
iniFileName string
guid System.Guid
Результат System