C# Class UnityEditor.AssetStoreUtils

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
GetAssetStoreSearchUrl ( ) : string
GetAssetStoreUrl ( ) : string
GetOfflinePath ( ) : string

Private Methods

Method Description
CheckDownload ( string id, string url, string destination, string key ) : string
Download ( string id, string url, string destination, string key, string jsonData, bool resumeOK ) : void
Download ( string id, string url, string destination, string key, string jsonData, bool resumeOK, [ doneCallback ) : void
GetLoaderPath ( ) : string
RegisterDownloadDelegate ( ScriptableObject d ) : void
UnRegisterDownloadDelegate ( ScriptableObject d ) : void
UpdatePreloading ( ) : void

Method Details

GetAssetStoreSearchUrl() public static method

public static GetAssetStoreSearchUrl ( ) : string
return string

GetAssetStoreUrl() public static method

public static GetAssetStoreUrl ( ) : string
return string

GetOfflinePath() public static method

public static GetOfflinePath ( ) : string
return string