コード例 #1
0
ファイル: Caching.cs プロジェクト: zzrx79/UnityDecompiled
        public static Cache GetCacheByPath(string cachePath)
        {
            Cache result;

            Caching.INTERNAL_CALL_GetCacheByPath(cachePath, out result);
            return(result);
        }