UnityEngine.Caching.DeleteFromCache C# (CSharp) 메소드

DeleteFromCache() 개인적인 메소드

private DeleteFromCache ( string url ) : bool
url string
리턴 bool
        public static extern bool DeleteFromCache(string url);
        [MethodImpl(MethodImplOptions.InternalCall), Obsolete("This function is obsolete and will always return -1. Use IsVersionCached instead.")]