terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
UIScrollWheelEvent.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.UI
5{
6 // Token: 0x02000725 RID: 1829
8 {
9 // Token: 0x06003C93 RID: 15507 RVA: 0x00236C04 File Offset: 0x00234E04
10 public UIScrollWheelEvent(UIElement target, Vector2 mousePosition, int scrollWheelValue)
11 {
12 this.Target = target;
13 this.ScrollWheelValue = mousePosition;
14 }
15
16 // Token: 0x04007BB5 RID: 31669
18 }
19}
class f__AnonymousType0<< Count > j__TPar
UIScrollWheelEvent(UIElement target, Vector2 mousePosition, int scrollWheelValue)