C# 클래스 withSIX.Play.Core.Games.Entities.SteamHelper

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
GetSteamAppById ( int appId, bool noCache = false ) : SteamApp
SteamHelper ( KeyValues steamConfig, IAbsoluteDirectoryPath steamPath, bool cache = true ) : System

비공개 메소드들

메소드 설명
CheckForAppManifest ( int appId, IAbsoluteDirectoryPath installPath ) : bool
GetAppManifestLocation ( int appId ) : IAbsoluteDirectoryPath
GetBaseInstallFolderPaths ( ) : IReadOnlyList
TryGetConfigByAppId ( int appId ) : KeyValues

메소드 상세

GetSteamAppById() 공개 메소드

public GetSteamAppById ( int appId, bool noCache = false ) : SteamApp
appId int
noCache bool
리턴 SteamApp

SteamHelper() 공개 메소드

public SteamHelper ( KeyValues steamConfig, IAbsoluteDirectoryPath steamPath, bool cache = true ) : System
steamConfig KeyValues
steamPath IAbsoluteDirectoryPath
cache bool
리턴 System