Property | Type | Description | |
---|---|---|---|
currPersistentExist | bool |
Method | Description | |
---|---|---|
CheckWWWUrl ( string url ) : string |
?��2awww��?url
|
|
ConvertDateTimeInt ( System time ) : int |
convert time to timeline
|
|
GetAssetBundleName ( string url ) : string |
AssetBundleName
|
|
GetAssetName ( string url ) : string |
Gets the assetname of the URL file.
|
|
GetAssetPath ( string name ) : string |
add platformFloder to asset path
|
|
GetPlatformFolderForAssetBundles ( ) : string |
the name manifest
|
|
GetRealPersistentDataPath ( ) : string | ||
GetRealStreamingAssetsPath ( ) : string | ||
GetRightFileName ( string fileName ) : string |
get Md5 or normal filename
|
|
GetUDKey ( string url ) : string |
Gets the UD key.
|
|
InsertAssetBundleName ( string assetbundleName, string insert ) : string |
insert some worlds before suffix
|
|
PathCombine ( string path1, string path2 ) : string |
Path Combine
|
Method | Description | |
---|---|---|
AnalysePathName ( string pathName, int &fileIndex, int &fileLen, int &dotIndex, int &suffixLen ) : void |
Analyse file Path Name
|
|
GetAssetFullPath ( string assetPath ) : string | ||
GetAssetOriginalFullPath ( string assetPath ) : string | ||
GetFileFullPath ( string absolutePath ) : string |
public static CheckWWWUrl ( string url ) : string | ||
url | string | |
return | string |
public static ConvertDateTimeInt ( System time ) : int | ||
time | System | |
return | int |
public static GetAssetBundleName ( string url ) : string | ||
url | string | |
return | string |
public static GetAssetName ( string url ) : string | ||
url | string | /// URL. /// |
return | string |
public static GetAssetPath ( string name ) : string | ||
name | string | |
return | string |
public static GetPlatformFolderForAssetBundles ( ) : string | ||
return | string |
public static GetRealPersistentDataPath ( ) : string | ||
return | string |
public static GetRealStreamingAssetsPath ( ) : string | ||
return | string |
public static GetRightFileName ( string fileName ) : string | ||
fileName | string | |
return | string |
public static GetUDKey ( string url ) : string | ||
url | string | url. |
return | string |
public static InsertAssetBundleName ( string assetbundleName, string insert ) : string | ||
assetbundleName | string | |
insert | string | |
return | string |
public static PathCombine ( string path1, string path2 ) : string | ||
path1 | string | |
path2 | string | |
return | string |