C# 클래스 withSIX.Mini.Plugin.Stellaris.Models.StellarisGame

상속: BasicSteamGame
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
StellarisGame ( System.Guid id, StellarisGameSettings settings ) : System

보호된 메소드들

메소드 설명
EnableMods ( ILaunchContentAction launchContentAction ) : System.Threading.Tasks.Task
InstallMod ( IModContent mod ) : System.Threading.Tasks.Task
UninstallMod ( IModContent mod ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
CreateMod ( IModContent x ) : StellarisMod
GetDocumentsDirectory ( ) : IAbsoluteDirectoryPath
GetModInstallationDirectory ( ) : IAbsoluteDirectoryPath
GetMods ( ILaunchContentAction launchContentAction ) : IEnumerable

메소드 상세

EnableMods() 보호된 메소드

protected EnableMods ( ILaunchContentAction launchContentAction ) : System.Threading.Tasks.Task
launchContentAction ILaunchContentAction
리턴 System.Threading.Tasks.Task

InstallMod() 보호된 메소드

protected InstallMod ( IModContent mod ) : System.Threading.Tasks.Task
mod IModContent
리턴 System.Threading.Tasks.Task

StellarisGame() 공개 메소드

public StellarisGame ( System.Guid id, StellarisGameSettings settings ) : System
id System.Guid
settings StellarisGameSettings
리턴 System

UninstallMod() 보호된 메소드

protected UninstallMod ( IModContent mod ) : System.Threading.Tasks.Task
mod IModContent
리턴 System.Threading.Tasks.Task