INTERNAL_CALL_MarkAsUsed() private method

private INTERNAL_CALL_MarkAsUsed ( string url, Hash128 &hash ) : bool
url string
hash Hash128
return bool
コード例 #1
0
 public static bool MarkAsUsed(string url, Hash128 hash)
 {
     return(Caching.INTERNAL_CALL_MarkAsUsed(url, ref hash));
 }
コード例 #2
0
ファイル: Caching.cs プロジェクト: zzrx79/UnityDecompiled
 internal static bool MarkAsUsed(string url, string name, Hash128 hash)
 {
     return(Caching.INTERNAL_CALL_MarkAsUsed(url, name, ref hash));
 }