This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,28 @@
using System;
using Cpp2IlInjected;
using UnityEngine;
namespace SA.iOS.AVFoundation
{
// Token: 0x02000142 RID: 322
[Token(Token = "0x2000112")]
public static class ISN_AVAssetImageGenerator
{
// Token: 0x060005DC RID: 1500 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000554")]
[Address(RVA = "0x2A38850", Offset = "0x2A37650", VA = "0x182A38850")]
public static Texture2D CopyCgImageAtTime(string movieUrl, double seconds)
{
return null;
}
// Token: 0x060005DD RID: 1501 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000555")]
[Address(RVA = "0x2A38850", Offset = "0x2A37650", VA = "0x182A38850")]
[Obsolete]
public static Texture2D CopyCGImageAtTime(string movieUrl, double seconds)
{
return null;
}
}
}