C# 클래스 AssemblyCSharp.Paths

파일 보기 프로젝트 열기: wooga/ps_social_jam

공개 메소드들

메소드 설명
Combine ( string path ) : string
GetCacheAssetsPath ( ) : string
GetDownloadFolder ( ) : string
GetModelsFolder ( ) : string
GetStreamingAssetsPath ( ) : string
InitPaths ( ) : void

메소드 상세

Combine() 공개 정적인 메소드

public static Combine ( string path ) : string
path string
리턴 string

GetCacheAssetsPath() 공개 정적인 메소드

public static GetCacheAssetsPath ( ) : string
리턴 string

GetDownloadFolder() 공개 정적인 메소드

public static GetDownloadFolder ( ) : string
리턴 string

GetModelsFolder() 공개 정적인 메소드

public static GetModelsFolder ( ) : string
리턴 string

GetStreamingAssetsPath() 공개 정적인 메소드

public static GetStreamingAssetsPath ( ) : string
리턴 string

InitPaths() 공개 정적인 메소드

public static InitPaths ( ) : void
리턴 void