UnityEngine.Caching.INTERNAL_CALL_ResetNoBackupFlag C# (CSharp) Method

INTERNAL_CALL_ResetNoBackupFlag() private method

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

Usage Example

Example #1
0
 public static void ResetNoBackupFlag(string url, Hash128 hash)
 {
     Caching.INTERNAL_CALL_ResetNoBackupFlag(url, ref hash);
 }