This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 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 = "0x2FC6B20", Offset = "0x2FC5B20", VA = "0x182FC6B20")]
public static Texture2D CopyCgImageAtTime(string movieUrl, double seconds)
{
return null;
}
// Token: 0x060005DD RID: 1501 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x6000555")]
[Address(RVA = "0x2FC6B20", Offset = "0x2FC5B20", VA = "0x182FC6B20")]
[Obsolete]
public static Texture2D CopyCGImageAtTime(string movieUrl, double seconds)
{
return null;
}
}
}