C# 클래스 SEToolbox.Interop.UserDataPath

파일 보기 프로젝트 열기: midspace/SEToolbox 1 사용 예제들

공개 메소드들

메소드 설명
FindFromSavePath ( string savePath ) : UserDataPath

Determine the correct UserDataPath for this save game if at all possible to allow finding the mods folder.

UserDataPath ( string basePath, string savesPathPart, string modsPathPart ) : System

비공개 메소드들

메소드 설명
GetPathBase ( string path, string baseName ) : string

메소드 상세

FindFromSavePath() 공개 정적인 메소드

Determine the correct UserDataPath for this save game if at all possible to allow finding the mods folder.
public static FindFromSavePath ( string savePath ) : UserDataPath
savePath string
리턴 UserDataPath

UserDataPath() 공개 메소드

public UserDataPath ( string basePath, string savesPathPart, string modsPathPart ) : System
basePath string
savesPathPart string
modsPathPart string
리턴 System