C# Class UnityEditor.AssetStoreUtils

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
GetAssetStoreSearchUrl ( ) : string
GetAssetStoreUrl ( ) : string
GetOfflinePath ( ) : string

Private Methods

Méthode 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 méthode

public static GetAssetStoreSearchUrl ( ) : string
Résultat string

GetAssetStoreUrl() public static méthode

public static GetAssetStoreUrl ( ) : string
Résultat string

GetOfflinePath() public static méthode

public static GetOfflinePath ( ) : string
Résultat string