C# Class AssemblyCSharp.Paths

显示文件 Open project: wooga/ps_social_jam

Public Methods

Method Description
Combine ( string path ) : string
GetCacheAssetsPath ( ) : string
GetDownloadFolder ( ) : string
GetModelsFolder ( ) : string
GetStreamingAssetsPath ( ) : string
InitPaths ( ) : void

Method Details

Combine() public static method

public static Combine ( string path ) : string
path string
return string

GetCacheAssetsPath() public static method

public static GetCacheAssetsPath ( ) : string
return string

GetDownloadFolder() public static method

public static GetDownloadFolder ( ) : string
return string

GetModelsFolder() public static method

public static GetModelsFolder ( ) : string
return string

GetStreamingAssetsPath() public static method

public static GetStreamingAssetsPath ( ) : string
return string

InitPaths() public static method

public static InitPaths ( ) : void
return void