UnityEngine.Caching.INTERNAL_CALL_IsVersionCached C# (CSharp) Method

INTERNAL_CALL_IsVersionCached() private method

private INTERNAL_CALL_IsVersionCached ( string url, Hash128 &hash ) : bool
url string
hash Hash128
return bool
        private static extern bool INTERNAL_CALL_IsVersionCached(string url, ref Hash128 hash);
        [MethodImpl(MethodImplOptions.InternalCall)]

Usage Example

コード例 #1
0
 public static bool IsVersionCached(string url, Hash128 hash)
 {
     return(Caching.INTERNAL_CALL_IsVersionCached(url, ref hash));
 }