UnityEngine.Caching.INTERNAL_CALL_MarkAsUsed C# (CSharp) Méthode

INTERNAL_CALL_MarkAsUsed() private méthode

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

Usage Example

Exemple #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