C# 클래스 Alexandria.Engines.Unreal.UnrealBaseGame

Base class of the Unreal Games.
상속: Game
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

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