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

            Caching.INTERNAL_CALL_GetCacheAt(cacheIndex, out result);
            return(result);
        }