UnityEditor.AssetStoreUtils.GetAssetStoreUrl C# (CSharp) Метод

GetAssetStoreUrl() публичный статический Метод

public static GetAssetStoreUrl ( ) : string
Результат string
        public static string GetAssetStoreUrl()
        {
            return "https://shawarma.unity3d.com";
        }

Usage Example

Пример #1
0
 public static string GetAssetStoreSearchUrl()
 {
     return(AssetStoreUtils.GetAssetStoreUrl().Replace("https", "http"));
 }