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,25 @@
using System;
using System.Runtime.CompilerServices;
using Cpp2IlInjected;
namespace UnityEngine.XR.ARSubsystems
{
// Token: 0x02000025 RID: 37
[Token(Token = "0x2000025")]
public class XRFaceSubsystemDescriptor : SubsystemDescriptor<XRFaceSubsystem>
{
// Token: 0x17000066 RID: 102
// (get) Token: 0x06000113 RID: 275 RVA: 0x0000302C File Offset: 0x0000122C
[Token(Token = "0x17000066")]
public bool supportsEyeTracking
{
[Token(Token = "0x6000113")]
[Address(RVA = "0x4700C0", Offset = "0x46F0C0", VA = "0x1804700C0")]
[CompilerGenerated]
get
{
return default(bool);
}
}
}
}