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"));
 }