UnityEngine.Caching.INTERNAL_CALL_MarkAsUsed C# (CSharp) Method

INTERNAL_CALL_MarkAsUsed() private method

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

Usage Example

コード例 #1
0
 public static bool MarkAsUsed(string url, Hash128 hash)
 {
     return(Caching.INTERNAL_CALL_MarkAsUsed(url, ref hash));
 }
All Usage Examples Of UnityEngine.Caching::INTERNAL_CALL_MarkAsUsed