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,32 @@
using System;
using Cpp2IlInjected;
namespace UnityEngine.UIElements
{
// Token: 0x0200006F RID: 111
[Token(Token = "0x200006F")]
internal class PointerCaptureDispatchingStrategy : IEventDispatchingStrategy
{
// Token: 0x0600020C RID: 524 RVA: 0x00002C10 File Offset: 0x00000E10
[Token(Token = "0x600020C")]
[Address(RVA = "0x66A890", Offset = "0x669890", VA = "0x18066A890", Slot = "4")]
public bool CanDispatchEvent(EventBase evt)
{
return default(bool);
}
// Token: 0x0600020D RID: 525 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600020D")]
[Address(RVA = "0x66A8D0", Offset = "0x6698D0", VA = "0x18066A8D0", Slot = "5")]
public void DispatchEvent(EventBase evt, IPanel panel)
{
}
// Token: 0x0600020E RID: 526 RVA: 0x00002050 File Offset: 0x00000250
[Token(Token = "0x600020E")]
[Address(RVA = "0x412370", Offset = "0x411370", VA = "0x180412370")]
public PointerCaptureDispatchingStrategy()
{
}
}
}